summaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-02 17:16:58 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-02 17:16:58 +0000
commit27383ed021fcef25cc4fa7db27e907f10ee0b2a2 (patch)
treea3dfb3f9b474a013e5437340407750bfae1abf59 /gcc/java/jvspec.c
parent09940a34a3a22119eef0eb6f17fc7d258c8f2a89 (diff)
downloadgcc-27383ed021fcef25cc4fa7db27e907f10ee0b2a2.tar.gz
* jvspec.c (xmalloc): Fix the prototype to match the one obtained
from libiberty.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24975 138bc75d-0d04-0410-961f-82ee72b054a4
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 389cdf514f1..2d09db3e5a5 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;