aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-02 11:58:25 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:05:25 -0700
commit34c0cd11a43671d68d47c99a895fb68dd920f0a5 (patch)
tree7fc7b062724aabf7236118e90ba60a66d1dc017b /token.h
parentOops. OP_SEL simplification tried to kill the wrong pseudo ;) (diff)
downloadsparse-34c0cd11a43671d68d47c99a895fb68dd920f0a5.tar.gz
sparse-34c0cd11a43671d68d47c99a895fb68dd920f0a5.tar.bz2
sparse-34c0cd11a43671d68d47c99a895fb68dd920f0a5.zip
Move declaration of "die()" to lib.h and check its format.
Fix the format errors this exposed.
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 cb462df..3db6bea 100644
--- a/token.h
+++ b/token.h
@@ -190,7 +190,6 @@ extern const char *show_token(const struct token *);
extern struct token * tokenize(const char *, int, struct token *, const char **next_path);
extern struct token * tokenize_buffer(unsigned char *, unsigned long, struct token *);
-extern void die(const char *, ...);
extern void show_identifier_stats(void);
extern struct token *preprocess(struct token *);