aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-02-10 22:28:58 +0000
committerJeff Law <law@gcc.gnu.org>1999-02-10 15:28:58 -0700
commite860aea39d7b09db04a97c1f936c8fa5bbac53cf (patch)
tree86d49818df4615d3c50b983af8d70392056f21c7 /gcc/java/jvspec.c
parentb5a3eb844512505aed41fb3a0cb4e3f45c082589 (diff)
downloadgcc-e860aea39d7b09db04a97c1f936c8fa5bbac53cf.zip
gcc-e860aea39d7b09db04a97c1f936c8fa5bbac53cf.tar.gz
gcc-e860aea39d7b09db04a97c1f936c8fa5bbac53cf.tar.bz2
jvspec.c (xmalloc): Kill the prototype.
* jvspec.c (xmalloc): Kill the prototype. It does not belong here anymore. From-SVN: r25141
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 b4168b0..d91140a 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;