aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/token.h
diff options
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
parentb200a9a69e704c24761d0c8b06198e33dbf8ab6a (diff)
downloadsparse-dev-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.tar.gz
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 af961211..cb462dfe 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)