summaryrefslogtreecommitdiff
path: root/lang/intercal/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/intercal/files/patch-ab27
1 files changed, 15 insertions, 12 deletions
diff --git a/lang/intercal/files/patch-ab b/lang/intercal/files/patch-ab
index 4520fc42bc19..9438e37e2498 100644
--- a/lang/intercal/files/patch-ab
+++ b/lang/intercal/files/patch-ab
@@ -1,12 +1,15 @@
---- perpetrate.c.orig Fri Dec 11 11:32:40 1998
-+++ perpetrate.c Fri Dec 11 11:33:10 1998
-@@ -56,7 +56,9 @@
- extern int yyparse(void);
-
- /* getopt declaration */
-+#ifndef __FreeBSD__
- int getopt(int, char**, char*);
-+#endif
-
- /* compilation options */
- bool compile_only; /* just compile into C, don't run the linker */
+*** perpetrate.c.old Fri Dec 18 04:59:39 1998
+--- perpetrate.c Mon Nov 1 00:29:16 1999
+***************
+*** 55,62 ****
+--- 55,64 ----
+ /* function created by yacc */
+ extern int yyparse(void);
+
++ #ifndef __FreeBSD__
+ /* getopt declaration */
+ int getopt(int, char**, char*);
++ #endif
+
+ /* compilation options */
+ bool compile_only; /* just compile into C, don't run the linker */