* enables hexcurse to be compiled with SGI's proprietary compiler */
#ifdef _SGIAPI
#include <alloca.h>
#else
//#else
char *alloca ();
//char *alloca ();
#endif
#define __alloca alloca
/* end of modification */