summaryrefslogtreecommitdiffstats
path: root/gcc/java/builtins.c
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 02:52:33 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 02:52:33 +0000
commit228ea8f053751510b29b2b323b2abe77a521ffbc (patch)
treee516154ce364b9369cda43f15cb17b6f1187ebb5 /gcc/java/builtins.c
parente8d74f4143e5ddb57f014bc078e6d76c2e4dc5bc (diff)
downloadppe42-gcc-228ea8f053751510b29b2b323b2abe77a521ffbc.tar.gz
ppe42-gcc-228ea8f053751510b29b2b323b2abe77a521ffbc.zip
* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72107 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/builtins.c')
-rw-r--r--gcc/java/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c
index 59cdea7b444..65fb3e228c2 100644
--- a/gcc/java/builtins.c
+++ b/gcc/java/builtins.c
@@ -50,7 +50,7 @@ static void define_builtin (enum built_in_function, const char *,
function should either return an expression, if the call is to be
inlined, or NULL_TREE if a real call should be emitted. Arguments
are method return type and arguments to call. */
-typedef tree builtin_creator_function PARAMS ((tree, tree));
+typedef tree builtin_creator_function (tree, tree);
/* Hold a char*, before initialization, or a tree, after
initialization. */
OpenPOWER on IntegriCloud