aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 2664971c160..cef1ce9adaf 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -79,4 +79,7 @@ extern int lang_specific_extra_outfiles;
extern const char **outfiles;
+/* Flag set by cppspec.c to true. */
+extern bool is_cpp_driver;
+
#endif /* ! GCC_GCC_H */