aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@tv-sign.ru>2006-01-02 22:19:49 +0300
committerJosh Triplett <josh@freedesktop.org>2006-12-05 03:02:15 -0800
commit75142e066305ec208543afaf878571647bec9eba (patch)
treefe3d340538df7d666ba90137c96d37c65734d2f7 /symbol.h
parentuse lookup_macro() in handle_undef() (diff)
downloadsparse-75142e066305ec208543afaf878571647bec9eba.tar.gz
sparse-75142e066305ec208543afaf878571647bec9eba.tar.bz2
sparse-75142e066305ec208543afaf878571647bec9eba.zip
kill NS_INVISIBLEMACRO, introduce NS_UNDEF
With this patch handle_undef() doesn't corrupt the builtin macros. This (imho) cleanups the code and is used in the next patches. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.h b/symbol.h
index 9f61b94..e3b6b45 100644
--- a/symbol.h
+++ b/symbol.h
@@ -32,7 +32,7 @@ enum namespace {
NS_SYMBOL = 16,
NS_ITERATOR = 32,
NS_PREPROCESSOR = 64,
- NS_INVISIBLEMACRO = 128,
+ NS_UNDEF = 128,
};
enum type {