From fd710dff4ab2fa2333743657e7b852ebd3a5af6f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 11 Dec 2001 01:58:33 +0000 Subject: This PORTEPOCH for life crap is stupid. Back out the downgrade, I would have never agreed to it if I had know... This leaves a window of downgradededness 18 hours -- people can just live with that. --- devel/bison1875/files/patch-getargs.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'devel/bison1875/files/patch-getargs.c') diff --git a/devel/bison1875/files/patch-getargs.c b/devel/bison1875/files/patch-getargs.c index a08818ef5ca3..60c244d3ca77 100644 --- a/devel/bison1875/files/patch-getargs.c +++ b/devel/bison1875/files/patch-getargs.c @@ -1,18 +1,18 @@ ---- src/getargs.c.orig Mon Jun 14 15:19:05 1999 -+++ src/getargs.c Mon Jan 17 03:38:56 2000 -@@ -31,6 +31,7 @@ - int noparserflag = 0; - int toknumflag = 0; - int rawtoknumflag = 0; +--- 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 */ + int graph_flag = 0; +int broken_undeftoken_init; - char *spec_name_prefix; /* for -p. */ - char *spec_file_prefix; /* for -b. */ - extern int fixed_outfiles;/* for -y */ -@@ -44,6 +45,7 @@ - struct option longopts[] = + const char *skeleton = NULL; + +@@ -42,6 +43,7 @@ + const char *shortopts = "yvgdhrltknVo:b:p:S:"; + static struct option longopts[] = { + {"broken-undeftoken-init", 0, &broken_undeftoken_init, 1}, - {"debug", 0, &debugflag, 1}, - {"defines", 0, &definesflag, 1}, - {"file-prefix", 1, 0, 'b'}, + /* Operation modes. */ + {"help", no_argument, 0, 'h'}, + {"version", no_argument, 0, 'V'}, -- cgit v1.2.3