aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2009-03-09 07:12:28 +0000
committerChristopher Li <sparse@chrisli.org>2009-07-17 23:06:23 +0000
commit78f670d2b3360e98a804f105751aad19355df2f3 (patch)
tree0f1254f68fa24ddde0897cd5019c666319485b27 /symbol.h
parentRewrite and fix specifiers handling (diff)
downloadsparse-78f670d2b3360e98a804f105751aad19355df2f3.tar.gz
sparse-78f670d2b3360e98a804f105751aad19355df2f3.tar.bz2
sparse-78f670d2b3360e98a804f105751aad19355df2f3.zip
Have ->declarator() act directly on ctype being affected
... and don't do full-blown apply_ctype() every damn time. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbol.h b/symbol.h
index f82f51d..07da99c 100644
--- a/symbol.h
+++ b/symbol.h
@@ -69,6 +69,7 @@ enum keyword {
KW_MODE = 1 << 6,
KW_SHORT = 1 << 7,
KW_LONG = 1 << 8,
+ KW_EXACT = 1 << 9,
};
struct context {