summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/minmaxparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/minmaxparser.tac')
-rw-r--r--ds9/parsers/minmaxparser.tac4
1 files changed, 1 insertions, 3 deletions
diff --git a/ds9/parsers/minmaxparser.tac b/ds9/parsers/minmaxparser.tac
index b5be097..cd14eba 100644
--- a/ds9/parsers/minmaxparser.tac
+++ b/ds9/parsers/minmaxparser.tac
@@ -1,7 +1,7 @@
%{
%}
-#include numeric.tin
+#include int.tin
#include string.tin
%start command
@@ -16,8 +16,6 @@
%%
-#include numeric.trl
-
command : minmax
| minmax {yyclearin; YYACCEPT} STRING_
;