aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bootfuns.lisp.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/bootfuns.lisp.pamphlet')
-rw-r--r--src/interp/bootfuns.lisp.pamphlet6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interp/bootfuns.lisp.pamphlet b/src/interp/bootfuns.lisp.pamphlet
index 1afbe294..58e809ed 100644
--- a/src/interp/bootfuns.lisp.pamphlet
+++ b/src/interp/bootfuns.lisp.pamphlet
@@ -62,6 +62,12 @@ interpreter or algebra uses has to (cough, cough) appear here.
<<*>>=
<<license>>
+;; This is a horrible hack to work around a horrible bug in GCL
+;; as reported here:
+;; http://lists.gnu.org/archive/html/gcl-devel/2007-08/msg00004.html
+#+:gcl (in-package "VMLISP")
+#+:gcl (in-package "AxiomCore")
+
(IMPORT-MODULE "hash")
(defpackage "BOOT"
#+:common-lisp (:use "COMMON-LISP")