From 1369fb20ab7bc034cc67254f02d30b223324fa69 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 2 May 2019 11:14:22 -0400 Subject: XPA: fix -xpa command issue --- ds9/doc/release/r8.1.html | 1 + ds9/parsers/xpafirstlex.fcl | 2 +- ds9/parsers/xpafirstparser.tac | 4 ++-- ds9/parsers/xpafirstparser.tcl | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index f95e14c..5d5d3f5 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -74,6 +74,7 @@
  • 04.25.2019 MASK: fixed an issue with mask and backups.
  • 04.25.2019 BACKUP: fixed an issue with reading version 6.x backup files.
  • 04.25.2019 CUBE: add 'get cube coordsys command'
  • +
  • 05.01.2019 XPA: fix -xpa command issue.
  • xx.xx.2019 RELEASE version 8.1b1
  • 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_ -- cgit v0.12