From: Jeffrey A Law Date: Wed, 10 Feb 1999 22:28:58 +0000 (+0000) Subject: jvspec.c (xmalloc): Kill the prototype. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e860aea39d7b09db04a97c1f936c8fa5bbac53cf;p=platform%2Fupstream%2Fgcc.git jvspec.c (xmalloc): Kill the prototype. * jvspec.c (xmalloc): Kill the prototype. It does not belong here anymore. From-SVN: r25141 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index bab7646..20d56c5 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 10 23:27:33 1999 Jeffrey A Law (law@cygnus.com) + + * jvspec.c (xmalloc): Kill the prototype. It does not belong + here anymore. + 1999-02-10 Alexandre Petit-Bianco * lex.c (yylex): Encode \0 as UTF8. 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;