summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cpplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/cpplib.h')
-rw-r--r--contrib/gcc/cpplib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/cpplib.h b/contrib/gcc/cpplib.h
index edd4b5a..c21ada0 100644
--- a/contrib/gcc/cpplib.h
+++ b/contrib/gcc/cpplib.h
@@ -279,6 +279,9 @@ struct cpp_options
/* If true, fopen (deps_file, "a") else fopen (deps_file, "w"). */
unsigned char print_deps_append;
+ /* If true, no dependency is generated on the main file. */
+ unsigned char deps_ignore_main_file;
+
/* Nonzero means print names of header files (-H). */
unsigned char print_include_names;
@@ -335,6 +338,9 @@ struct cpp_options
/* Nonzero for the 1999 C Standard, including corrigenda and amendments. */
unsigned char c99;
+ /* Nonzero if conforming to some particular standard. */
+ unsigned char std;
+
/* Nonzero means give all the error messages the ANSI standard requires. */
unsigned char pedantic;
OpenPOWER on IntegriCloud