Rename *ll* and *ul* to ll and ul in $defint
commitd79c711572879ac96d3098289b17f977ec1f5970
authorRaymond Toy <toy.raymond@gmail.com>
Sat, 29 Jun 2024 21:45:39 +0000 (29 14:45 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Sat, 29 Jun 2024 21:45:39 +0000 (29 14:45 -0700)
tree819cac2f38e8b7a1b4c60008b9ebc1c983a6a864
parentc937c12bc3bb154b7f01eead02b63e42df1456ea
Rename *ll* and *ul* to ll and ul in $defint

`$defint` no longer really needs the special vars.  Rename them so
we use lexical vars instead.

Full testsuite + share passes with cmucl and ccl64 except for one
known failure.

With this change, the special variables `*ll*` and `*ul*` are gone
from defint.lisp.
src/defint.lisp