diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 0e8fa95..3bd5ba0 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -372,6 +372,9 @@ extern void c_mark_lang_decl PARAMS ((struct c_lang_decl *)); extern c_language_kind c_language; +/* Nonzero if prepreprocessing only. */ +extern int flag_preprocess_only; + /* Nonzero means give string constants the type `const char *', rather than `char *'. */ |