X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcompiler%2F_info;h=fc9318f6d576115fee286f7ce630e0d83a563550;hb=23636f5911d564fb3a74a49d122a5270d82aaa88;hp=e42ebb0fb358114747405477d2fcc801727023c4;hpb=a87bf2eb73242a905e0786aa0f0e1d6e5ad9bda0;p=ccan diff --git a/ccan/compiler/_info b/ccan/compiler/_info index e42ebb0f..fc9318f6 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: Public Domain + * License: CC0 (Public domain) * Author: Rusty Russell * * Example: