summaryrefslogtreecommitdiffstats
path: root/devel/bison/files/patch-getargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bison/files/patch-getargs.c')
-rw-r--r--devel/bison/files/patch-getargs.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/bison/files/patch-getargs.c b/devel/bison/files/patch-getargs.c
new file mode 100644
index 0000000..a08818e
--- /dev/null
+++ b/devel/bison/files/patch-getargs.c
@@ -0,0 +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;
++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[] =
+ {
++ {"broken-undeftoken-init", 0, &broken_undeftoken_init, 1},
+ {"debug", 0, &debugflag, 1},
+ {"defines", 0, &definesflag, 1},
+ {"file-prefix", 1, 0, 'b'},
OpenPOWER on IntegriCloud