aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-08-31 14:39:26 -0700
committerJosh Triplett <josh@freedesktop.org>2007-08-31 14:39:26 -0700
commit78bb259f64e5c2deafe520af3349314ec4aa84e9 (patch)
treea82ead83dcf63d1970164669edd696da81d107c2 /lib.h
parentcgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-space (diff)
downloadsparse-78bb259f64e5c2deafe520af3349314ec4aa84e9.tar.gz
sparse-78bb259f64e5c2deafe520af3349314ec4aa84e9.tar.bz2
sparse-78bb259f64e5c2deafe520af3349314ec4aa84e9.zip
Rename Wundefined_preprocessor to Wundef to match the command-line argument
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index e6266ee..cef4ab8 100644
--- a/lib.h
+++ b/lib.h
@@ -106,7 +106,7 @@ extern int Wreturn_void;
extern int Wshadow;
extern int Wtransparent_union;
extern int Wtypesign;
-extern int Wundefined_preprocessor;
+extern int Wundef;
extern int Wuninitialized;
extern int dbg_entry;