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, 0 insertions, 14 deletions
diff --git a/lang/intercal/patches/patch-ac b/lang/intercal/patches/patch-ac
deleted file mode 100644
index 2dbc1c4efb4..00000000000
--- a/lang/intercal/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 */