--- ray/src/common/standard.h 1992/09/21 12:04:27 2.2 +++ ray/src/common/standard.h 1993/06/04 15:02:45 2.4 @@ -66,7 +66,9 @@ extern char *memcpy(), *memset(); extern char *sskip(); extern char *getpath(), *getenv(); +#ifndef malloc extern char *malloc(), *calloc(), *realloc(); +#endif extern char *bmalloc(), *savestr(), *savqstr(); #ifdef MSDOS