summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/numeric.trl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-29 16:18:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-29 16:18:37 (GMT)
commit76a176294938a1be661fb5b2b0da5b168c7104a5 (patch)
treef2cd3389da5d51c8c0b1a8a7fd01ecde0697c9cf /ds9/parsers/numeric.trl
parent6900398f777fbbe5d83b1c7082b9e67d857d953b (diff)
downloadblt-76a176294938a1be661fb5b2b0da5b168c7104a5.zip
blt-76a176294938a1be661fb5b2b0da5b168c7104a5.tar.gz
blt-76a176294938a1be661fb5b2b0da5b168c7104a5.tar.bz2
clean up
Diffstat (limited to 'ds9/parsers/numeric.trl')
-rw-r--r--ds9/parsers/numeric.trl5
1 files changed, 0 insertions, 5 deletions
diff --git a/ds9/parsers/numeric.trl b/ds9/parsers/numeric.trl
index be68c70..db44bfa 100644
--- a/ds9/parsers/numeric.trl
+++ b/ds9/parsers/numeric.trl
@@ -1,8 +1,3 @@
numeric : INT_ {set _ $1}
| REAL_ {set _ $1}
;
-
-# | error {
-# yyerror "must be: integer or float"
-# YYABORT
-# }