aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/libcpp/include/cpplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/libcpp/include/cpplib.h')
-rw-r--r--gcc-4.4.0/libcpp/include/cpplib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.4.0/libcpp/include/cpplib.h b/gcc-4.4.0/libcpp/include/cpplib.h
index a29dbea8f..a0ffe0b9f 100644
--- a/gcc-4.4.0/libcpp/include/cpplib.h
+++ b/gcc-4.4.0/libcpp/include/cpplib.h
@@ -432,6 +432,10 @@ struct cpp_options
/* If true, no dependency is generated on the main file. */
bool ignore_main_file;
+
+ /* If true, intend to use the preprocessor output (e.g., for compilation)
+ in addition to the dependency info. */
+ bool need_preprocessor_output;
} deps;
/* Target-specific features set by the front end or client. */