diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-09 23:16:56 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-09 23:16:56 +0000 |
commit | 6852521a239ad1a3c36c1aaf1952c1358853a403 (patch) | |
tree | c01acffab8cc0c484f09b1cdd4401847e024105e /gcc/java/xref.c | |
parent | 58ada791d3cb97df7eae8ab3db29f9a5d4149e79 (diff) | |
download | ppe42-gcc-6852521a239ad1a3c36c1aaf1952c1358853a403.tar.gz ppe42-gcc-6852521a239ad1a3c36c1aaf1952c1358853a403.zip |
* All Files: Remove PARAMS macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/xref.c')
-rw-r--r-- | gcc/java/xref.c | 2 |
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; |