freebsd-ports/devel/bison20/files/patch-getargs.c
David E. O'Brien fd710dff4a 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.
2001-12-11 01:58:33 +00:00

18 lines
518 B
C

--- 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;
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},
/* Operation modes. */
{"help", no_argument, 0, 'h'},
{"version", no_argument, 0, 'V'},