You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/hexcurse/files/1.55-gcc.patch

12 lines
261 B

--- 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 */