summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2017-05-13 15:15:45 -0400
committerWill Estes <westes575@gmail.com>2017-05-13 15:15:45 -0400
commit5cadd124f882290dff281b6de06d64d92ce73ecd (patch)
tree3fb1433654ea48ee96885f3aa985c058e4873a83 /src/options.c
parent7284970311c8b0c7c36da2d527b596d4699d1023 (diff)
scanner: finish support for noyy{get,set}_column.
Unattributed patch carried over from sourceforge bug tracker.
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c4
1 files changed, 4 insertions, 0 deletions
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}