aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-22 19:13:44 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-22 19:13:44 -0700
commitabe95609fd29a146cd5dd9b31724767004d03e74 (patch)
tree0738d1807ec7bba8558db23f41b6201b03377e52 /ident-list.h
parentAdd double-underscore variant __syscall_linkage__. (diff)
downloadsparse-abe95609fd29a146cd5dd9b31724767004d03e74.tar.gz
sparse-abe95609fd29a146cd5dd9b31724767004d03e74.tar.bz2
sparse-abe95609fd29a146cd5dd9b31724767004d03e74.zip
Add no-double-underscore variant format_arg.
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 550a5de..aae2d02 100644
--- a/ident-list.h
+++ b/ident-list.h
@@ -65,7 +65,7 @@ IDENT(syscall_linkage); IDENT(__syscall_linkage__);
IDENT(visibility); IDENT(__visibility__);
IDENT(bitwise); IDENT(__bitwise__);
IDENT(model); IDENT(__model__);
-IDENT(__format_arg__);
+IDENT(format_arg); IDENT(__format_arg__);
IDENT(nothrow); IDENT(__nothrow); IDENT(__nothrow__);
IDENT(__transparent_union__);
IDENT(__malloc__);