diff options
Diffstat (limited to 'gcc/java/xref.h')
-rw-r--r-- | gcc/java/xref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/xref.h b/gcc/java/xref.h index 6d851a2..6089d31 100644 --- a/gcc/java/xref.h +++ b/gcc/java/xref.h @@ -25,7 +25,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Exported functions. */ int xref_flag_value PROTO ((char *)); -void xref_generate PROTO ((tree)); +void expand_xref PROTO ((tree)); /* flag_emit_xref range of possible values. */ |