1 2 3 4 5 6 7 8 9 10 11
--- a/src/getopt.c +++ b/src/getopt.c @@ -36,8 +36,6 @@ * enables hexcurse to be compiled with SGI's proprietary compiler */ #ifdef _SGIAPI #include <alloca.h> -#else -char *alloca (); #endif #define __alloca alloca /* end of modification */