diff options
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 9896f43..747a053 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -1,6 +1,6 @@ /* Pragma related interfaces. Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2007 Free Software Foundation, Inc. + 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. @@ -124,4 +124,6 @@ extern enum cpp_ttype pragma_lex (tree *); extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *, int); +extern void c_pp_lookup_pragma (unsigned int, const char **, const char **); + #endif /* GCC_C_PRAGMA_H */ |