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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index bfe7c1fe50a..0fbf77cb2ac 100644
--- a/gcc/c-pragma.h
+++ b/gcc/c-pragma.h
@@ -98,4 +98,7 @@ enum pragma_state
extern int handle_pragma_token PROTO((const char *, tree));
#endif /* HANDLE_GENERIC_PRAGMAS */
+
+extern void init_pragma PROTO((void));
+
#endif /* _C_PRAGMA_H */