summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2018-02-08 13:02:55 -0800
committerManoj Srivastava <srivasta@debian.org>2018-02-08 13:02:55 -0800
commit8852aa3f8eefeee4da27de0553b1653253b15619 (patch)
tree7e6b583ae61340aed4c30303b29d25944273b188 /src/options.c
parent355fad18841ec452fc9931ab7f1dbd93d5ebd0ca (diff)
parent7a39ce3d46f3d049ead08a455c5fcb1b37e153e3 (diff)
Merge branch 'upstream'
Update to v2.6.4 Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/options.c b/src/options.c
index 39d020e..366bc2e 100644
--- a/src/options.c
+++ b/src/options.c
@@ -213,10 +213,6 @@ optspec_t flexopts[] = {
,
{"--nowarn", OPT_NO_WARN, 0}
, /* Suppress warning messages. */
- {"--noansi-definitions", OPT_NO_ANSI_FUNC_DEFS, 0}
- ,
- {"--noansi-prototypes", OPT_NO_ANSI_FUNC_PROTOS, 0}
- ,
{"--yyclass=NAME", OPT_YYCLASS, 0}
,
{"--yylineno", OPT_YYLINENO, 0}
@@ -275,7 +271,8 @@ optspec_t flexopts[] = {
,
{"--noyyset_lloc", OPT_NO_YYSET_LLOC, 0}
,
-
+ {"--unsafe-no-m4-sect3-escape", OPT_NO_SECT3_ESCAPE, 0}
+ ,
{0, 0, 0} /* required final NULL entry. */
};