aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan-decls.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/scan-decls.c')
-rw-r--r--gcc/scan-decls.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c
index 7beaa24f0cf..d7dd0a621d4 100644
--- a/gcc/scan-decls.c
+++ b/gcc/scan-decls.c
@@ -39,6 +39,13 @@ int extern_C_braces_length = 0;
char extern_C_braces[MAX_EXTERN_C_BRACES];
#define in_extern_C_brace (extern_C_braces_length>0)
+/* APPLE LOCAL begin CW asm blocks */
+/* Dummies needed because we use them in cpplib, yuck. */
+int flag_cw_asm_blocks;
+int cw_asm_state;
+int cw_asm_in_operands;
+/* APPLE LOCAL end CW asm blocks */
+
/* True if the function declaration currently being scanned is
prefixed by extern "C". */
int current_extern_C = 0;