projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a3eb8
)
jvspec.c (xmalloc): Kill the prototype.
author
Jeffrey A Law
<law@cygnus.com>
Wed, 10 Feb 1999 22:28:58 +0000
(22:28 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 10 Feb 1999 22:28:58 +0000
(15:28 -0700)
* jvspec.c (xmalloc): Kill the prototype. It does not belong
here anymore.
From-SVN: r25141
gcc/java/ChangeLog
patch
|
blob
|
history
gcc/java/jvspec.c
patch
|
blob
|
history
diff --git
a/gcc/java/ChangeLog
b/gcc/java/ChangeLog
index bab7646d187fcc63e60834abc3f08ae7ca2dd40c..20d56c526391de8333f57d867a4e056e43db3b4d 100644
(file)
--- 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 <apbianco@cygnus.com>
* lex.c (yylex): Encode \0 as UTF8.
diff --git
a/gcc/java/jvspec.c
b/gcc/java/jvspec.c
index b4168b02a894c33c78fda521d975534a64aece7c..d91140af3e9379d5e964a52b4348a2b1db947edd 100644
(file)
--- 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;