(malloc, realloc): Declared.
This commit is contained in:
parent
aeb2c3069e
commit
e08455275a
1 changed files with 7 additions and 0 deletions
|
@ -17,3 +17,10 @@
|
|||
#endif
|
||||
|
||||
#define SYSV_SYSTEM_DIR
|
||||
|
||||
/* Declare malloc and realloc in a way that is clean.
|
||||
But not in makefiles! */
|
||||
|
||||
#ifndef THIS_IS_YMAKEFILE
|
||||
extern void *malloc (), *realloc ();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue