From 361b60624a6ab2ecbb3fc642701f488bab664b98 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Sun, 22 May 2005 01:10:12 +0000 Subject: [PATCH] ecl needs to compile something before the C package becomes available --- ansi-tests/gclload1.lsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ansi-tests/gclload1.lsp b/ansi-tests/gclload1.lsp index 7e34381a..990fd179 100644 --- a/ansi-tests/gclload1.lsp +++ b/ansi-tests/gclload1.lsp @@ -10,8 +10,9 @@ #+lispworks (setq compiler::*compiler-warnings* nil) -#+ecl (setq c:*suppress-compiler-warnings* t - c:*suppress-compiler-notes* t) +#+ecl (compile nil '(lambda () nil)) + +#+ecl (setq c:*suppress-compiler-warnings* t c:*suppress-compiler-notes* t) #+clisp (setq custom::*warn-on-floating-point-contagion* nil) -- GitLab