aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-22 19:03:38 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-22 19:03:38 -0700
commit82fca694a1862a08916930d4e2b0b231342955f9 (patch)
tree05c0f034d385d8ffb3a5bb46db8cd80afe2d58c5 /ident-list.h
parentReorganize attribute list for readability. (diff)
downloadsparse-82fca694a1862a08916930d4e2b0b231342955f9.tar.gz
sparse-82fca694a1862a08916930d4e2b0b231342955f9.tar.bz2
sparse-82fca694a1862a08916930d4e2b0b231342955f9.zip
Add double-underscore variant __always_inline__.
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 7f09c99..5355b6e 100644
--- a/ident-list.h
+++ b/ident-list.h
@@ -60,7 +60,7 @@ IDENT(no_instrument_function); IDENT(__no_instrument_function__);
IDENT(sentinel); IDENT(__sentinel__);
IDENT(alias); IDENT(__alias__);
IDENT(pure); IDENT(__pure__);
-IDENT(always_inline);
+IDENT(always_inline); IDENT(__always_inline__);
IDENT(syscall_linkage);
IDENT(visibility); IDENT(__visibility__);
IDENT(bitwise); IDENT(__bitwise__);