(free): Returns void if __STDC__.
This commit is contained in:
parent
2fd415dfa2
commit
7d0ed38fc3
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue