(free): Returns void if __STDC__.

This commit is contained in:
Ken Raeburn 1993-07-07 16:14:44 +00:00
parent 2fd415dfa2
commit 7d0ed38fc3
1 changed files with 2 additions and 1 deletions

View File

@ -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 */