aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r--gcc/c-pragma.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index 397b02d6840..7f1265f2725 100644
--- a/gcc/c-pragma.h
+++ b/gcc/c-pragma.h
@@ -55,6 +55,10 @@ extern tree maybe_apply_renaming_pragma (tree, tree);
extern void add_to_renaming_pragma_list (tree, tree);
extern int c_lex (tree *);
+/* APPLE LOCAL begin AltiVec */
+extern const struct cpp_token *c_lex_peek (int);
+extern void c_lex_prepend (const struct cpp_token *, int);
+/* APPLE LOCAL end AltiVec */
extern int c_lex_with_flags (tree *, unsigned char *);
/* If true, then lex strings into the execution character set.