Skip to content
Snippets Groups Projects
Commit d13bc50e authored by pmai's avatar pmai
Browse files

Missed part of the SIMPLE-PROGRAM-ERROR changes to PCL, which

imports the SIMPLE-PROGRAM-ERROR into PCL.
parent d3e620a3
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.18 2002/08/19 16:52:09 pmai Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.19 2002/08/24 16:20:25 pmai Exp $")
;;; ;;;
;;; CMUCL 18a: Jan-1998 -- Changing to DEFPACKAGE. ;;; CMUCL 18a: Jan-1998 -- Changing to DEFPACKAGE.
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"CLASS" "BUILT-IN-CLASS" "STRUCTURE-CLASS" "CLASS" "BUILT-IN-CLASS" "STRUCTURE-CLASS"
"STANDARD-CLASS") "STANDARD-CLASS")
(:shadow "DOTIMES") (:shadow "DOTIMES")
(:import-from :kernel "FUNCALLABLE-INSTANCE-P") (:import-from :kernel "FUNCALLABLE-INSTANCE-P" "SIMPLE-PROGRAM-ERROR")
(:shadow "DOCUMENTATION") (:shadow "DOCUMENTATION")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment