aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2007-06-17 15:02:24 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2007-06-18 05:24:10 -0400
commit3a46368a9f7d9f7bc162cb7cf929c37386efee23 (patch)
tree85bff0c8c68f580713d1b7a0e31fddcff23e1a26 /lib.h
parent[PATCH] tie the fields of struct in simple list (diff)
downloadsparse-3a46368a9f7d9f7bc162cb7cf929c37386efee23.tar.gz
sparse-3a46368a9f7d9f7bc162cb7cf929c37386efee23.tar.bz2
sparse-3a46368a9f7d9f7bc162cb7cf929c37386efee23.zip
[PATCH] rewrite of initializer handling
Remaining known problems: * size of array is still miscalculated in cases with missing braces * expand still mishandles [0 ... 1].a et.al. * expand still doesn't deal with overlaps correctly. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 9ea4ad2..0fe4d2a 100644
--- a/lib.h
+++ b/lib.h
@@ -103,6 +103,7 @@ extern int Wdo_while;
extern int Wuninitialized;
extern int Wold_initializer;
extern int Wnon_pointer_null;
+extern int Wparen_string;
extern int dbg_entry;
extern int dbg_dead;