aboutsummaryrefslogtreecommitdiff
path: root/editors/hexcurse/files/patch-src_getopt.c
blob: 627eefbb997f223d2d896b399c4d6b3f2debb327 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/getopt.c.orig	Sun Jun 13 00:06:12 2004
+++ src/getopt.c	Sun Jun 13 00:07:48 2004
@@ -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 */