aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-04-20 01:37:48 -0700
committerJosh Triplett <josh@freedesktop.org>2007-04-20 01:37:48 -0700
commit8bd35214e3b35a23238da454c91a20dc0c9ac90b (patch)
tree75278b5b20b2a82a8f193c82181eae2a7dc61852 /lib.h
parentTeach cgcc about -Wtransparent-union and -Wno-transparent-union (diff)
downloadsparse-8bd35214e3b35a23238da454c91a20dc0c9ac90b.tar.gz
sparse-8bd35214e3b35a23238da454c91a20dc0c9ac90b.tar.bz2
sparse-8bd35214e3b35a23238da454c91a20dc0c9ac90b.zip
Declare die_if_error extern in lib.h
Signed-off-by: Josh Triplett <josh@freedesktop.org>
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 97dee33..d9eb274 100644
--- a/lib.h
+++ b/lib.h
@@ -18,6 +18,7 @@
#include "ptrlist.h"
extern int verbose, optimize, optimize_size, preprocessing;
+extern int die_if_error;
extern int repeat_phase, merge_phi_sources;
extern int gcc_major, gcc_minor;