]> git.ozlabs.org Git - ccan/blobdiff - ccan/compiler/_info
ttxml: removed cruft from tests
[ccan] / ccan / compiler / _info
index b51d93a64122c8a98ba84466140563c0a79ffc70..9f3945397386cc7ff058c1529143671dbf259be5 100644 (file)
@@ -10,7 +10,7 @@
  *     For functions not called in fast paths (aka. cold functions)
  * - PRINTF_FMT
  *     For functions which take printf-style parameters.
- * - IDEMPOTENT
+ * - CONST_FUNCTION
  *     For functions which return the same value for same parameters.
  * - NEEDED
  *     For functions and variables which must be emitted even if unused.
  *     For functions and variables which need not be emitted if unused.
  * - UNUSED
  *     For parameters which are not used.
- * - IS_COMPILE_CONSTANT
+ * - IS_COMPILE_CONSTANT()
  *     For using different tradeoffs for compiletime vs runtime evaluation.
  *
- * License: LGPL (v3 or any later version)
+ * License: Public Domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example: