From 5cadd124f882290dff281b6de06d64d92ce73ecd Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sat, 13 May 2017 15:15:45 -0400 Subject: scanner: finish support for noyy{get,set}_column. Unattributed patch carried over from sourceforge bug tracker. --- src/options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 366bc2e..8e42adb 100644 --- a/src/options.c +++ b/src/options.c @@ -255,6 +255,10 @@ optspec_t flexopts[] = { , {"--noyyset_lineno", OPT_NO_YYSET_LINENO, 0} , + {"--noyyget_column", OPT_NO_YYGET_COLUMN, 0} + , + {"--noyyset_column", OPT_NO_YYSET_COLUMN, 0} + , {"--noyyget_in", OPT_NO_YYGET_IN, 0} , {"--noyyset_in", OPT_NO_YYSET_IN, 0} -- cgit v1.2.3