From dab8f7e7a649537dbea54e279cc50afa135705fc Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sat, 16 Jul 2011 21:56:21 +0200 Subject: [PATCH] Fix typo that prevented installation of bytecodes compiler --- contrib/bytecmp/bytecmp.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bytecmp/bytecmp.lsp b/contrib/bytecmp/bytecmp.lsp index e03b28ce1..c43e95db6 100644 --- a/contrib/bytecmp/bytecmp.lsp +++ b/contrib/bytecmp/bytecmp.lsp @@ -108,7 +108,7 @@ (progn #+(and dlopen (not windows)) (sys::autoload "SYS:cmp" 'compile-file 'compile 'compile-file-pathname 'disassemble) -#-(or windows dlopen) +#-(and dlopen (not windows)) (install-bytecodes-compiler) )