summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/xpafirstlex.fcl2
-rw-r--r--ds9/parsers/xpafirstparser.tac4
-rw-r--r--ds9/parsers/xpafirstparser.tcl2
3 files changed, 4 insertions, 4 deletions
diff --git a/ds9/parsers/xpafirstlex.fcl b/ds9/parsers/xpafirstlex.fcl
index 9f62c60..02aa98a 100644
--- a/ds9/parsers/xpafirstlex.fcl
+++ b/ds9/parsers/xpafirstlex.fcl
@@ -1,4 +1,4 @@
-#tab xpaparser.tab.tcl
+#tab xpafirstparser.tab.tcl
%{
%}
diff --git a/ds9/parsers/xpafirstparser.tac b/ds9/parsers/xpafirstparser.tac
index 890e42f..eed1e77 100644
--- a/ds9/parsers/xpafirstparser.tac
+++ b/ds9/parsers/xpafirstparser.tac
@@ -29,7 +29,7 @@ xpa : yesno {ProcessCmdSet pds9 xpa $1}
| method {ProcessCmdSet env XPA_METHOD $1}
| NOXPANS_ {ProcessCmdSet env XPA_NSREGISTER false}
-| CONNECT_
+ | CONNECT_
| DISCONNECT_
| INFO_
# backward compatibility
@@ -44,7 +44,7 @@ method : UNIX_ {set _ unix}
%%
-proc xpa::yyerror {msg} {
+proc xpafirst::yyerror {msg} {
variable yycnt
variable yy_current_buffer
variable index_
diff --git a/ds9/parsers/xpafirstparser.tcl b/ds9/parsers/xpafirstparser.tcl
index 34e9e6e..af7f5b7 100644
--- a/ds9/parsers/xpafirstparser.tcl
+++ b/ds9/parsers/xpafirstparser.tcl
@@ -542,7 +542,7 @@ proc xpafirst::yyparse {} {
# end autogenerated taccle functions
######
-proc xpa::yyerror {msg} {
+proc xpafirst::yyerror {msg} {
variable yycnt
variable yy_current_buffer
variable index_