Remove use of special vars nn* and dn* in ztoinf.
commit36c276b149a4c64a433d45c867b4649479528b39
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 19 Jun 2024 15:05:33 +0000 (19 08:05 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 19 Jun 2024 15:05:33 +0000 (19 08:05 -0700)
tree1a5bbcfdf19710ba1a466e315bda17060285477e
parent0791b9abcd4473948c1379b1cae27e44aa27140b
Remove use of special vars nn* and dn* in ztoinf.

In `ztoinf`, rename `nn*` and `dn*` to `nn-var` and `dn-var`,
respectively.  The special vars were only needed because `numden-var`
used to set them.  Since `numden-var` no longer does that, we don't
need these special vars anymore, so rename them.

Full testsuite + share tests passes with cmucl, and ecl.
src/defint.lisp