aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-02-02 17:16:58 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-02-02 17:16:58 +0000
commitb0f780c3bfd5d88f40cfcb0ad93a609bf24a0b5c (patch)
treea3dfb3f9b474a013e5437340407750bfae1abf59 /gcc/java/jvspec.c
parent809934dfbb47b934dc4b9874c4351c08390ccbf1 (diff)
downloadgcc-b0f780c3bfd5d88f40cfcb0ad93a609bf24a0b5c.zip
gcc-b0f780c3bfd5d88f40cfcb0ad93a609bf24a0b5c.tar.gz
gcc-b0f780c3bfd5d88f40cfcb0ad93a609bf24a0b5c.tar.bz2
jvspec.c (xmalloc): Fix the prototype to match the one obtained from libiberty.h
* jvspec.c (xmalloc): Fix the prototype to match the one obtained from libiberty.h From-SVN: r24975
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r--gcc/java/jvspec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index 389cdf5..2d09db3 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -1,6 +1,6 @@
/* Specific flags and argument handling of the front-end of the
GNU compiler for the Java(TM) language.
- Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -61,7 +61,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#define MATH_LIBRARY "-lm"
#endif
-extern char *xmalloc PROTO((size_t));
+extern GENERIC_PTR xmalloc PROTO((size_t));
extern int do_spec PROTO((char *));
extern char *input_filename;
extern size_t input_filename_length;