From 0adc90cdb1e71366f152100ab01c4276d574f2c8 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 21 Jun 2004 18:39:58 +0000 Subject: [PATCH] Bootstrap file to export simple-stream-error. --- bootfiles/18e/boot26.lisp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bootfiles/18e/boot26.lisp diff --git a/bootfiles/18e/boot26.lisp b/bootfiles/18e/boot26.lisp new file mode 100644 index 000000000..afb20020d --- /dev/null +++ b/bootfiles/18e/boot26.lisp @@ -0,0 +1,6 @@ +(in-package :cl-user) + +(ext:without-package-locks + (unintern 'lisp::simple-stream-error :lisp) + (unintern 'conditions::simple-stream-error :conditions) + (export 'kernel::simple-stream-error :kernel)) -- GitLab