projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd415d
)
(free): Returns void if __STDC__.
author
Ken Raeburn
<raeburn@cygnus>
Wed, 7 Jul 1993 16:14:44 +0000
(16:14 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 7 Jul 1993 16:14:44 +0000
(16:14 +0000)
gas/config/ho-generic.h
patch
|
blob
|
history
diff --git
a/gas/config/ho-generic.h
b/gas/config/ho-generic.h
index 1d0d99f766c8d66b54a24e2ad7776bba410e6563..c15181fceeb976e12a30439dcd0ea37c37444fc9 100644
(file)
--- a/
gas/config/ho-generic.h
+++ b/
gas/config/ho-generic.h
@@
-29,9
+29,10
@@
#ifdef __STDC__
extern void *malloc (), *realloc ();
+extern void free ();
#else
extern char *malloc (), *realloc ();
-#endif
extern int free ();
+#endif
/* end of ho-generic.h */