From a3454389d0fe72367063649a5a066056b12432f7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Feb 2002 03:52:38 +0000 Subject: 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...) --- devel/bison/files/patch-getargs.c | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'devel/bison/files/patch-getargs.c') diff --git a/devel/bison/files/patch-getargs.c b/devel/bison/files/patch-getargs.c index 60c244d3ca77..8bfc689dd9d1 100644 --- a/devel/bison/files/patch-getargs.c +++ b/devel/bison/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'}, -- cgit v1.2.3