From fae00663b683b95899cfcf3a5a3c6d5c76786ca0 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 21 Jan 2009 19:06:03 +0000 Subject: [PATCH] Import BREF, BUFFER-COPY, BUFFER-SAP, ENDIAN-SWAP-VALUE, and VECTOR-ELT-WIDTH from LISP to STREAM because simple-streams needs them. Gets rid of a bunch of compiler warnings about undefined functions. --- code/exports.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index c01d85986..2ce64b57e 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.280 2009/01/06 02:28:14 agoncharov Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.281 2009/01/21 19:06:03 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1464,7 +1464,8 @@ (defpackage "STREAM" (:import-from "SYSTEM" "LISP-STREAM") (:import-from "EXTENSIONS" "FUNDAMENTAL-STREAM") - (:import-from "LISP" "LINE-LENGTH" "CHARPOS") + (:import-from "LISP" "LINE-LENGTH" "CHARPOS" + "BREF" "BUFFER-COPY" "BUFFER-SAP" "ENDIAN-SWAP-VALUE" "VECTOR-ELT-WIDTH") (:export ;; Stream classes "STREAM" "SIMPLE-STREAM" -- GitLab