diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-12-06 20:35:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-12-06 20:35:53 +0000 |
commit | e40b9e72f67b415a0411ee43a67bd5efceeabe30 (patch) | |
tree | 969fd5deca06f9ab5cc43b7b3ba6a7ef74c15c9e /lang/intercal/files/patch-ab | |
parent | Intelligent packaging. Portlint. (diff) |
Upgrade to 0.19.
PR: 14635
Submitted by: saper@system.pl
Diffstat (limited to '')
-rw-r--r-- | lang/intercal/files/patch-ab | 27 |
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 */ |