summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/yesno.trl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-06 23:18:13 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-06 23:18:13 (GMT)
commitb74be73ac819daa3ba27e35f857848d9d4c1a3c4 (patch)
treeebfea7c630d944c65b81986dd44b325515577b3d /ds9/parsers/yesno.trl
parent021d6756d52f544b8db23ec1f0995afdfe550d80 (diff)
downloadblt-b74be73ac819daa3ba27e35f857848d9d4c1a3c4.zip
blt-b74be73ac819daa3ba27e35f857848d9d4c1a3c4.tar.gz
blt-b74be73ac819daa3ba27e35f857848d9d4c1a3c4.tar.bz2
add ds9 parsers
Diffstat (limited to 'ds9/parsers/yesno.trl')
-rw-r--r--ds9/parsers/yesno.trl10
1 files changed, 5 insertions, 5 deletions
diff --git a/ds9/parsers/yesno.trl b/ds9/parsers/yesno.trl
index 0871b27..1aca7ef 100644
--- a/ds9/parsers/yesno.trl
+++ b/ds9/parsers/yesno.trl
@@ -4,9 +4,9 @@ yesno : YES_ {set _ 1}
| NO_ {set _ 0}
| OFF_ {set _ 0}
| FALSE_ {set _ 0}
- | error {
- yyerror "must be: yes|on|true|no|off|false"
- YYABORT
- }
;
- \ No newline at end of file
+
+# | error {
+# yyerror "must be: yes|on|true|no|off|false"
+# YYABORT
+# }