Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59845
Collapse All | Expand All

(-)src/getopt.c (-2 / +2 lines)
Lines 36-43 Link Here
36
 * enables hexcurse to be compiled with SGI's proprietary compiler        */
36
 * enables hexcurse to be compiled with SGI's proprietary compiler        */
37
#ifdef _SGIAPI
37
#ifdef _SGIAPI
38
#include <alloca.h>
38
#include <alloca.h>
39
#else
39
//#else
40
char *alloca ();
40
//char *alloca ();
41
#endif
41
#endif
42
#define __alloca      alloca
42
#define __alloca      alloca
43
/* end of modification */
43
/* end of modification */

Return to bug 59845