1.0.3.19: the count argument in DOTIMES is known to be an integer
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 3 Mar 2007 10:49:26 +0000 (10:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 3 Mar 2007 10:49:26 +0000 (10:49 +0000)
commit5830fefc45d371da71a89fe7d8fcde2c5119d36f
tree041dd175364a1de671dda6659257880080d3cc16
parent3842d888837fd157314b2d98498bf89a23ff972d
1.0.3.19: the count argument in DOTIMES is known to be an integer
 * Declaring it as such for the non-constant expansion of dotimes
   allows the inversion of >= to < kick in for the termination test.
src/code/defboot.lisp
version.lisp-expr