aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 146b0e7476e..e5d77499496 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -738,7 +738,11 @@ c_lex_with_flags (tree *value, unsigned char *cpp_flags)
--c_lex_depth;
/* APPLE LOCAL end CW asm blocks */
- if (!no_more_pch)
+ /* APPLE LOCAL begin 4137741 */
+ if (!no_more_pch
+ && type != CPP_BINCL
+ && type != CPP_EINCL)
+ /* APPLE LOCAL end 4137741 */
{
no_more_pch = true;
c_common_no_more_pch ();