summaryrefslogtreecommitdiff
path: root/src/options.h
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.h
parent7284970311c8b0c7c36da2d527b596d4699d1023 (diff)
scanner: finish support for noyy{get,set}_column.
Unattributed patch carried over from sourceforge bug tracker.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 5b51c23..5016680 100644
--- a/src/options.h
+++ b/src/options.h
@@ -83,6 +83,7 @@ enum flexopt_flag_t {
OPT_NO_YYGET_IN,
OPT_NO_YYGET_LENG,
OPT_NO_YYGET_LINENO,
+ OPT_NO_YYGET_COLUMN,
OPT_NO_YYGET_LLOC,
OPT_NO_YYGET_LVAL,
OPT_NO_YYGET_OUT,
@@ -92,6 +93,7 @@ enum flexopt_flag_t {
OPT_NO_YYSET_EXTRA,
OPT_NO_YYSET_IN,
OPT_NO_YYSET_LINENO,
+ OPT_NO_YYSET_COLUMN,
OPT_NO_YYSET_LLOC,
OPT_NO_YYSET_LVAL,
OPT_NO_YYSET_OUT,