This is alloca-norm.h in view mode; [Download] [Up]
/* "Normal" configuration for alloca. */ #ifdef __GNUC__ #define alloca __builtin_alloca #else /* not __GNUC__ */ #ifdef sparc #include <alloca.h> #else char *alloca (); #endif /* sparc */ #endif /* not __GNUC__ */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.