repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
hexcurse
/
hexcurse-alloca.patch
blob
e12e8737fe73e839af097969a481fb13c4f7b574
1
--- src/getopt.c 2002-03-21 17:55:54.000000000 +0100
2
+++ /root/getopt.c 2004-08-09 12:52:39.592951560 +0200
3
@@ -36,8 +36,8 @@
4
* enables hexcurse to be compiled with SGI's proprietary compiler */
5
#ifdef _SGIAPI
6
#include <alloca.h>
7
-#else
8
-char *alloca ();
9
+//#else
10
+//char *alloca ();
11
#endif
12
#define __alloca alloca
13
/* end of modification */