summaryrefslogtreecommitdiff
path: root/devel/bison2/files/patch-getargs.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-17 03:52:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-17 03:52:38 +0000
commita3454389d0fe72367063649a5a066056b12432f7 (patch)
treeb0932c397ee6d083f69ce7a74795d99d34846a39 /devel/bison2/files/patch-getargs.c
parentWith this patch it is possible to run the Freenet6 service on freebsd 4.5 (diff)
Update to version 1.33.
This version was tested locally by a few trusted committers & friends, and is believed to *actually* be as usable and stable as version 1.28. (unlike *cough*, *cough* other 1.3x versions which have caused no end of problems...)
Notes
Notes: svn path=/head/; revision=54791
Diffstat (limited to 'devel/bison2/files/patch-getargs.c')
-rw-r--r--devel/bison2/files/patch-getargs.c20
1 files changed, 8 insertions, 12 deletions
diff --git a/devel/bison2/files/patch-getargs.c b/devel/bison2/files/patch-getargs.c
index 60c244d3ca77..8bfc689dd9d1 100644
--- a/devel/bison2/files/patch-getargs.c
+++ b/devel/bison2/files/patch-getargs.c
@@ -1,18 +1,14 @@
---- src/getargs.c.orig Sun Sep 23 02:08:44 2001
-+++ src/getargs.c Sun Sep 23 02:09:27 2001
-@@ -35,6 +35,7 @@
- int statistics_flag = 0;
- int yacc_flag = 0; /* for -y */
+--- src/getargs.c.orig Wed Jan 23 05:12:17 2002
++++ src/getargs.c Sat Feb 16 19:47:24 2002
+@@ -36,4 +36,5 @@
int graph_flag = 0;
+ int trace_flag = 0;
+int broken_undeftoken_init;
const char *skeleton = NULL;
+@@ -50,4 +51,5 @@
-@@ -42,6 +43,7 @@
- const char *shortopts = "yvgdhrltknVo:b:p:S:";
- static struct option longopts[] =
- {
+ /* Parser. */
+ {"broken-undeftoken-init", 0, &broken_undeftoken_init, 1},
- /* Operation modes. */
- {"help", no_argument, 0, 'h'},
- {"version", no_argument, 0, 'V'},
+ {"skeleton", required_argument, 0, 'S'},
+ {"debug", no_argument, 0, 't'},