summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/yesno.trl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-13 18:42:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-13 18:42:51 (GMT)
commite5ce79e94828eba8e30e4375a0b2604acad2ec94 (patch)
tree5dde219f6b0f3c0bd835912ba43dc2fb009ad9e9 /ds9/parsers/yesno.trl
parentb200b4fc6ca872f7de8a5b19adce2f24f3db8ac3 (diff)
downloadblt-e5ce79e94828eba8e30e4375a0b2604acad2ec94.zip
blt-e5ce79e94828eba8e30e4375a0b2604acad2ec94.tar.gz
blt-e5ce79e94828eba8e30e4375a0b2604acad2ec94.tar.bz2
add ds9 tile parser
Diffstat (limited to 'ds9/parsers/yesno.trl')
-rw-r--r--ds9/parsers/yesno.trl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/parsers/yesno.trl b/ds9/parsers/yesno.trl
index e4fdcd0..a34d258 100644
--- a/ds9/parsers/yesno.trl
+++ b/ds9/parsers/yesno.trl
@@ -5,9 +5,10 @@ yesno : {set _ 1}
| NO_ {set _ 0}
| OFF_ {set _ 0}
| FALSE_ {set _ 0}
-;
+ ;
# | error {
# yyerror "must be: yes|on|true|no|off|false"
# YYABORT
# }
+