Protect sysfun.lsp from a nasty user that changes the readtable.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-02 00:13:21 +02:00
parent 8d06d5b7fa
commit 70a281909a

View file

@ -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)