diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index e422b4a..7743c6e 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -983,7 +983,7 @@ extern tree ident_subst (const char *, int, const char *, int, int, const char *); extern tree identifier_subst (const tree, const char *, int, int, const char *); -extern int global_bindings_p (void); +extern bool global_bindings_p (void); extern tree getdecls (void); extern void pushlevel (int); extern tree poplevel (int,int, int); |