aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Li <sparse@chrisli.org>2005-04-02 10:30:09 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:31 -0700
commitf765413f020fd2c97c22716320dc96b33cda7c43 (patch)
treebe5c71bd9cb3a12d52d2a97147418c175b5cd280 /token.h
parentGive function name in non-ANSI declaration warning. (diff)
downloadsparse-f765413f020fd2c97c22716320dc96b33cda7c43.tar.gz
sparse-f765413f020fd2c97c22716320dc96b33cda7c43.tar.bz2
sparse-f765413f020fd2c97c22716320dc96b33cda7c43.zip
[PATCH] static declear
This patch add static declare to make sparse happy of checking itself.
Diffstat (limited to 'token.h')
-rw-r--r--token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/token.h b/token.h
index 31c884c..e2002c3 100644
--- a/token.h
+++ b/token.h
@@ -95,6 +95,8 @@ enum token_type {
"<", ">", "<=", ">=" \
}
+extern unsigned char combinations[][3];
+
enum special_token {
SPECIAL_BASE = 256,
SPECIAL_ADD_ASSIGN = SPECIAL_BASE,