aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-22 19:06:07 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-22 19:06:07 -0700
commit0e1638cdbbc7fedf7c53bc17b2d7ada490fff3f8 (patch)
tree5fa812099c5cbaabfebbf7c7b0f93dbd28dfd2b8 /ident-list.h
parentAdd double-underscore variant __always_inline__. (diff)
downloadsparse-0e1638cdbbc7fedf7c53bc17b2d7ada490fff3f8.tar.gz
sparse-0e1638cdbbc7fedf7c53bc17b2d7ada490fff3f8.tar.bz2
sparse-0e1638cdbbc7fedf7c53bc17b2d7ada490fff3f8.zip
Add double-underscore variant __noinline__.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'ident-list.h')
-rw-r--r--ident-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ident-list.h b/ident-list.h
index 5355b6e..db67b45 100644
--- a/ident-list.h
+++ b/ident-list.h
@@ -51,7 +51,7 @@ IDENT(unused); IDENT(__unused__);
IDENT(const); IDENT(__const); IDENT(__const__);
IDENT(__used__);
IDENT(warn_unused_result); IDENT(__warn_unused_result__);
-IDENT(noinline);
+IDENT(noinline); IDENT(__noinline__);
IDENT(deprecated); IDENT(__deprecated__);
IDENT(noreturn); IDENT(__noreturn__);
IDENT(regparm); IDENT(__regparm__);