Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
cde14045
by Raymond Toy at 2022-10-16T14:26:39+00:00
-
4c9cbf43
by Raymond Toy at 2022-10-16T14:26:41+00:00
1 changed file:
Changes:
| ... | ... | @@ -491,8 +491,8 @@ |
| 491 | 491 | (t
|
| 492 | 492 | (error 'simple-type-error
|
| 493 | 493 | :expected-type '(or (integer 1) (float (0.0))) :datum arg
|
| 494 | - :format-control _"Argument is not a positive integer or a positive float: ~S")
|
|
| 495 | - :format-arguments (list arg))))
|
|
| 494 | + :format-control _"Argument is not a positive integer or a positive float: ~S"
|
|
| 495 | + :format-arguments (list arg)))))
|
|
| 496 | 496 | |
| 497 | 497 | ;; Jump function for the generator. See the jump function in
|
| 498 | 498 | ;; http://xoroshiro.di.unimi.it/xoroshiro128plus.c
|