summaryrefslogtreecommitdiff
path: root/lang/intercal/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/intercal/patches/patch-ac')
-rw-r--r--lang/intercal/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/intercal/patches/patch-ac b/lang/intercal/patches/patch-ac
new file mode 100644
index 00000000000..2dbc1c4efb4
--- /dev/null
+++ b/lang/intercal/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/10/31 20:25:34 tv Exp $
+
+--- src/perpetrate.c.orig 1999-09-15 23:13:19.000000000 -0400
++++ src/perpetrate.c
+@@ -55,9 +55,6 @@ extern void yyrestart(FILE*);
+ /* function created by yacc */
+ extern int yyparse(void);
+
+-/* getopt declaration */
+-int getopt(int, char**, char*);
+-
+ /* compilation options */
+ bool compile_only; /* just compile into C, don't run the linker */
+ bool traditional; /* insist on strict INTERCAL-72 conformance */