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 7a98834..f0db4ef 100644 --- a/gcc/java/xref.h +++ b/gcc/java/xref.h @@ -24,7 +24,7 @@ of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Exported functions. */ -int xref_flag_value PROTO ((char *)); +int xref_flag_value PROTO ((const char *)); void expand_xref PROTO ((tree)); void xref_set_data PROTO ((int, void *)); void *xref_get_data PROTO ((int)); |