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 378fa7e..982d0f1 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -387,6 +387,9 @@ struct cpp_options parsing; drivers might want to continue printing help. */ unsigned char help_only; + /* True for traditional preprocessing. */ + unsigned char traditional; + /* Target-specific features set by the front end or client. */ /* Precision for target CPP arithmetic, target characters, target |