diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-27 10:25:17 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-27 10:25:17 +0000 |
commit | 45254bf682de019d925d012b5397d2192c27d312 (patch) | |
tree | f02c7a43c2d5c9a82eeff961f1323089bcb91532 /gcc/java/jvspec.c | |
parent | a74d78dd51d21fb465e6dd4dc64ee481b22e5a3f (diff) | |
download | gcc-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.c | 1 |
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; |