diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index c2049d7..7b53d09 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -616,6 +616,10 @@ struct cpp_reader /* True if we are skipping a failed conditional group. */ unsigned char skipping; + + /* True if --help appeared in the options. Caller should then bail + out after option parsing and printing its own help. See cppmain.c. */ + unsigned char help_only; }; #define CPP_FATAL_LIMIT 1000 |