Rename *ll* and *ul* to ll and ul in interval-list
commitc22c347d2822b08434a1886755273279087f2df9
authorRaymond Toy <toy.raymond@gmail.com>
Thu, 27 Jun 2024 14:08:30 +0000 (27 07:08 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Thu, 27 Jun 2024 14:08:30 +0000 (27 07:08 -0700)
treeba4806ed730139a06b60c3eb2139fc19ea59c74f
parent6bf183ad1176c9222cf7b17a80490c01f430ed67
Rename *ll* and *ul* to ll and ul in interval-list

The function `interval-list` doesn't really need the special variables
so rename them so as not to use the special variables.

However, `interval-list` previously modified the values of `*ll*` and
`*ul*` so in renaming, we need the function to return the modified
values as extra return values.  The only caller (`take-principal`) is
updated to accept these extra values and updates `*ll*` and `*ul*` there.

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