X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcompiler%2F_info;h=9f3945397386cc7ff058c1529143671dbf259be5;hp=c55ba22f086c320de70b4c5d21a0b56da825e16f;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=a40b318e7a07a452ae7456053727bd11b2fa49b4 diff --git a/ccan/compiler/_info b/ccan/compiler/_info index c55ba22f..9f394539 100644 --- a/ccan/compiler/_info +++ b/ccan/compiler/_info @@ -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. @@ -18,10 +18,10 @@ * 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 * * Example: