Rename *ll* and *ul* to ll and ul in limit-subs
commit691bad4e9948bc498d2c4e8ac942d5d0d2f45e77
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 26 Jun 2024 13:54:36 +0000 (26 06:54 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 26 Jun 2024 13:54:36 +0000 (26 06:54 -0700)
treef7438df9cfdc02918a2606ab53b1b892d16d4673
parentef7bcdbed1baf52d791b95b7ce767b56a4ccb26d
Rename *ll* and *ul* to ll and ul in limit-subs

The function `limit-subs` doesn't really need the special variables
since they're arguments, so rename the args to `ll` and `ul` to break
that connection.

Full testsuite + share passes with cmucl and ccl64.
src/defint.lisp