(malloc, realloc): Declared.

This commit is contained in:
Richard M. Stallman 1994-09-20 00:26:25 +00:00
parent aeb2c3069e
commit e08455275a

View file

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