From 70a281909a1ea17e56cc71d26ad75e7ef652286a Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 2 Jul 2009 00:13:21 +0200 Subject: [PATCH] Protect sysfun.lsp from a nasty user that changes the readtable. --- src/cmp/cmpmain.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index 6849884e7..43b64eaec 100644 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -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)