diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-24 18:33:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:47 -0700 |
| commit | e192a99cfc4f5dfeeff9e5519cd32322512d9f19 (patch) | |
| tree | ff48139af96e7d369cd3c22941df022a085d9371 /token.h | |
| parent | b200a9a69e704c24761d0c8b06198e33dbf8ab6a (diff) | |
| download | sparse-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
