From 35222de242df6eb8698fda53c711915914639f68 Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Sun, 5 Oct 2003 02:52:33 +0000 Subject: * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros. From-SVN: r72107 --- gcc/java/builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/builtins.c') diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index 59cdea7..65fb3e2 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. */ -- cgit v1.1