diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 380f125..6874c21 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -331,6 +331,9 @@ struct cpp_reader /* We're printed a warning recommending against using #import. */ unsigned char import_warning; + /* Used to flag the token after a paste AVOID_LPASTE. */ + unsigned char saved_flags; + /* True after cpp_start_read completes. Used to inhibit some warnings while parsing the command line. */ unsigned char done_initializing; |