mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 22:40:08 +08:00
jvspec.c (xmalloc): Kill the prototype.
* jvspec.c (xmalloc): Kill the prototype. It does not belong here anymore. From-SVN: r25141
This commit is contained in:
parent
b5a3eb8445
commit
e860aea39d
@ -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 <apbianco@cygnus.com>
|
||||
|
||||
* lex.c (yylex): Encode \0 as UTF8.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user