diff options
author | Kelley Cook <kelleycook@wideopenwest.com> | 2003-10-05 02:52:33 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2003-10-05 02:52:33 +0000 |
commit | 35222de242df6eb8698fda53c711915914639f68 (patch) | |
tree | e516154ce364b9369cda43f15cb17b6f1187ebb5 /gcc/java/builtins.c | |
parent | 790ca6641b98da56819b89ed36c46179e5897f3f (diff) | |
download | gcc-35222de242df6eb8698fda53c711915914639f68.zip gcc-35222de242df6eb8698fda53c711915914639f68.tar.gz gcc-35222de242df6eb8698fda53c711915914639f68.tar.bz2 |
* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
From-SVN: r72107
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. */ |