summaryrefslogtreecommitdiff
path: root/gcc/java/xref.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/xref.c')
-rw-r--r--gcc/java/xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/xref.c b/gcc/java/xref.c
index 2d88e99d6e5..cc1b475c5ae 100644
--- a/gcc/java/xref.c
+++ b/gcc/java/xref.c
@@ -81,7 +81,7 @@ expand_xref (node)
{
/* Maintain these two cached. */
static FILE *fp = NULL;
- static void (*current_expand) PARAMS ((FILE *, tree)) = NULL;
+ static void (*current_expand) (FILE *, tree) = NULL;
if ( !flag_emit_xref )
return;