aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Li <sparse@chrisli.org>2007-05-01 14:27:53 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-01 20:03:25 -0700
commit59ac3082f1ee954cc7e3fb5785ab8cdfddb17433 (patch)
tree9c0cf77e3be4527352648a97836635090f117447 /token.h
parentAdd a "make dist" that requires $(VERSION) to match `git describe` (diff)
downloadsparse-59ac3082f1ee954cc7e3fb5785ab8cdfddb17433.tar.gz
sparse-59ac3082f1ee954cc7e3fb5785ab8cdfddb17433.tar.bz2
sparse-59ac3082f1ee954cc7e3fb5785ab8cdfddb17433.zip
combinations string clean up
Fix a -Wshadow warning and a duplicated data structure. Signed-Off-By: Christopher Li <sparse@chrisli.org>
Diffstat (limited to 'token.h')
-rw-r--r--token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.h b/token.h
index 10106ba..ba7866d 100644
--- a/token.h
+++ b/token.h
@@ -100,7 +100,7 @@ enum token_type {
"<", ">", "<=", ">=" \
}
-extern unsigned char combinations[][3];
+extern unsigned char combinations[][4];
enum special_token {
SPECIAL_BASE = 256,