Remove macII support

This commit is contained in:
chase
2018-06-24 07:22:21 -05:00
committed by Jon Trulson
parent 63269240eb
commit 01c9b8889b
9 changed files with 14 additions and 124 deletions

View File

@@ -140,9 +140,6 @@ struct filepointer {
#ifndef X_NOT_STDC_ENV
#include <stdlib.h>
#if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
char *malloc(), *realloc();
#endif /* macII */
#else
char *malloc();
char *realloc();