From e08455275a9859ac679ecc7dbdf89f397ad68d6b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 Sep 1994 00:26:25 +0000 Subject: [PATCH] (malloc, realloc): Declared. --- src/s/osf1.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/s/osf1.h b/src/s/osf1.h index a8c8dbe6b3a..76942df6413 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h @@ -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 -- 2.39.5