diff options
Diffstat (limited to 'gcc/java/builtins.c')
-rw-r--r-- | gcc/java/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |