aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-24 18:33:51 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:47 -0700
commite192a99cfc4f5dfeeff9e5519cd32322512d9f19 (patch)
treeff48139af96e7d369cd3c22941df022a085d9371 /token.h
parentOops. Forgot to add usage of a dominator list pseudo. (diff)
downloadsparse-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.tar.gz
sparse-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.tar.bz2
sparse-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.zip
Add "optimize" flag, and collect the flags into lib.c.
Nothing uses it yet, but it's a good way to test bad ideas (call it an "optimization", and run diff on the result with and without).
Diffstat (limited to 'token.h')
-rw-r--r--token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/token.h b/token.h
index af96121..cb462df 100644
--- a/token.h
+++ b/token.h
@@ -176,7 +176,6 @@ static inline struct token *containing_token(struct token **p)
* This allows us to not test for NULL pointers
* when following the token->next chain..
*/
-extern int preprocessing, verbose;
extern struct token eof_token_entry;
#define eof_token(x) ((x) == &eof_token_entry)