aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-11-27 10:25:17 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-11-27 10:25:17 +0000
commit45254bf682de019d925d012b5397d2192c27d312 (patch)
treef02c7a43c2d5c9a82eeff961f1323089bcb91532 /gcc/java/jvspec.c
parenta74d78dd51d21fb465e6dd4dc64ee481b22e5a3f (diff)
downloadgcc-45254bf682de019d925d012b5397d2192c27d312.zip
gcc-45254bf682de019d925d012b5397d2192c27d312.tar.gz
gcc-45254bf682de019d925d012b5397d2192c27d312.tar.bz2
Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
* Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK). * jv-scan.c: Fix xmalloc prototype. Provide an xmalloc definition. * jvgenmain.c: Remove the xmalloc prototype, we get it from libiberty.h. Provide an xmalloc definition. * jvspec.c: Remove the xmalloc prototype. * parse-scan.y: Include config.h and system.h. Don't include OS headers or gansidecl.h. Don't prototype xmalloc/xstrdup. Provide an xstrdup definition. From-SVN: r23934
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r--gcc/java/jvspec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index 325254d..38d09b2 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -61,7 +61,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#define MATH_LIBRARY "-lm"
#endif
-extern char *xmalloc PROTO((size_t));
extern int do_spec PROTO((char *));
extern char *input_filename;
extern size_t input_filename_length;