summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/widthparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 16:57:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 16:57:16 (GMT)
commit3cf328254182c428cd2902c42c6c37d13b711dab (patch)
tree7d9653ea37f9ccb2b7f2ac0b4bd397b9732986ff /ds9/parsers/widthparser.tac
parentb3b5766af3ce9a584a5d3dbaae3c6d4820b0289c (diff)
downloadblt-3cf328254182c428cd2902c42c6c37d13b711dab.zip
blt-3cf328254182c428cd2902c42c6c37d13b711dab.tar.gz
blt-3cf328254182c428cd2902c42c6c37d13b711dab.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/widthparser.tac')
-rw-r--r--ds9/parsers/widthparser.tac4
1 files changed, 1 insertions, 3 deletions
diff --git a/ds9/parsers/widthparser.tac b/ds9/parsers/widthparser.tac
index 8fe7cfe..8504104 100644
--- a/ds9/parsers/widthparser.tac
+++ b/ds9/parsers/widthparser.tac
@@ -1,15 +1,13 @@
%{
%}
-#include numeric.tin
+#include int.tin
#include string.tin
%start command
%%
-#include numeric.trl
-
command : width
| width {yyclearin; YYACCEPT} STRING_
;