Remove macII support
[oweals/cde.git] / cde / config / util / makestrs.c
index 8087b396dbbf9c4e1566d503a3cb5d7de27f240f..080c21ab02416bd07f5ed4823318729f4f484922 100644 (file)
@@ -53,9 +53,6 @@ in this Software without prior written authorization from The Open Group.
 #else
 char *malloc();
 #endif
-#if defined(macII) && !defined(__STDC__)  /* stdlib.h fails to define these */
-char *malloc();
-#endif /* macII */
 
 typedef struct _TableEnt {
     struct _TableEnt* next;