mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
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...)
14 lines
393 B
C
14 lines
393 B
C
--- 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 @@
|
|
|
|
/* Parser. */
|
|
+ {"broken-undeftoken-init", 0, &broken_undeftoken_init, 1},
|
|
{"skeleton", required_argument, 0, 'S'},
|
|
{"debug", no_argument, 0, 't'},
|