summaryrefslogtreecommitdiffstats
path: root/contrib/gcclibs/libcpp/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcclibs/libcpp/internal.h')
-rw-r--r--contrib/gcclibs/libcpp/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/gcclibs/libcpp/internal.h b/contrib/gcclibs/libcpp/internal.h
index ebc2ca9..d685e28 100644
--- a/contrib/gcclibs/libcpp/internal.h
+++ b/contrib/gcclibs/libcpp/internal.h
@@ -220,6 +220,11 @@ struct lexer_state
/* Nonzero if the deferred pragma being handled allows macro expansion. */
unsigned char pragma_allow_expansion;
+
+ /* APPLE LOCAL begin #error with unmatched quotes 5607574 */
+ /* Nonzero when handling #error and #warning to allow unmatched quotes. */
+ unsigned char in_diagnostic;
+ /* APPLE LOCAL end #error with unmatched quotes 5607574 */
};
/* Special nodes - identifiers with predefined significance. */
OpenPOWER on IntegriCloud