summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tileparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/tileparser.tac')
-rw-r--r--ds9/parsers/tileparser.tac6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/parsers/tileparser.tac b/ds9/parsers/tileparser.tac
index 9276a05..4ef0cef 100644
--- a/ds9/parsers/tileparser.tac
+++ b/ds9/parsers/tileparser.tac
@@ -2,7 +2,8 @@
%}
#include yesno.tin
-#include base.tin
+#include numeric.tin
+#include string.tin
%start command
@@ -19,8 +20,7 @@
%%
#include yesno.trl
-#include base.trl
-
+#include numeric.trl
yes : YES_ {set _ 1}
| ON_ {set _ 1}