|
|
GNU tools for NeXTSTEP 3.3
/* System-dependent stuff, for Sony NEwS, Mach, and other BSD-derived systems */ #ifdef __GNUC__ #define alloca __builtin_alloca #else extern char *alloca (); #endif #include <sys/types.h> #include <sys/dir.h> typedef struct direct dirent; #ifdef NeXT #define xmalloc(l) malloc(l) #define xrealloc(p, l) realloc((p), (l)) #endif /* NeXT */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.