mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
Protect sysfun.lsp from a nasty user that changes the readtable.
This commit is contained in:
parent
8d06d5b7fa
commit
70a281909a
1 changed files with 2 additions and 1 deletions
|
|
@ -867,6 +867,7 @@ from the C language code. NIL means \"do not create the file\"."
|
|||
(si::package-lock "CL" nil)
|
||||
|
||||
#-ecl-min
|
||||
(load "sys:sysfun")
|
||||
(with-standard-io-syntax
|
||||
(load "sys:sysfun"))
|
||||
|
||||
(provide 'cmp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue