diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 66a8653..05d29ce 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -393,6 +393,9 @@ struct cpp_options /* True for traditional preprocessing. */ unsigned char traditional; + /* True if only preprocessing and not compiling. */ + unsigned char preprocess_only; + /* Target-specific features set by the front end or client. */ /* Precision for target CPP arithmetic, target characters, target |