diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index 98352a2eaf2..6bf2ecd8217 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -1224,6 +1224,8 @@ extern void java_read_sourcefilenames (const char *fsource_filename); extern void rewrite_reflection_indexes (void *); +int cxx_keyword_p (const char *name, int length); + #define DECL_FINAL(DECL) DECL_LANG_FLAG_3 (DECL) /* Access flags etc for a method (a FUNCTION_DECL): */ |