mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
make-load-form: add random-state implementation
This commit is contained in:
parent
e1d11cddbd
commit
7569359860
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,9 @@ printer and we should rather use MAKE-LOAD-FORM."
|
|||
(values
|
||||
`(ext:hash-table-fill ,make-form ',content)
|
||||
nil))))
|
||||
(random-state
|
||||
(let ((state (ext:random-state-array object)))
|
||||
(values `(make-random-state ,state) nil)))
|
||||
(t
|
||||
(no-make-load-form object)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue