]> git.ozlabs.org Git - ccan/blobdiff - ccan/compiler/_info
tdb2: suppress failtest more than once on mmap.
[ccan] / ccan / compiler / _info
index c55ba22f086c320de70b4c5d21a0b56da825e16f..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 (3 or any later version)
+ * License: Public Domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example: