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

Entomotomy Bug: pcl-exports-obsolete-pre-ansi-symbols

Remove the symbols GENERIC-FLET, GENERIC-LABELS, and WITH-ADDED-METHODS,
which have been obsoleted by ANSI, from the package exports in pkg.lisp,
as suggested by Gerd Moellmann.
parent fe0f500d
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.21 2002/09/07 13:16:48 pmai Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.22 2002/11/21 22:14:19 pmai Exp $")
;;; ;;;
;;; CMUCL 18a: Jan-1998 -- Changing to DEFPACKAGE. ;;; CMUCL 18a: Jan-1998 -- Changing to DEFPACKAGE.
...@@ -72,8 +72,6 @@ ...@@ -72,8 +72,6 @@
"FIND-CLASS" "FIND-CLASS"
"FIND-METHOD" "FIND-METHOD"
"FUNCTION-KEYWORDS" "FUNCTION-KEYWORDS"
"GENERIC-FLET"
"GENERIC-LABELS"
"INITIALIZE-INSTANCE" "INITIALIZE-INSTANCE"
"INVALID-METHOD-ERROR" "INVALID-METHOD-ERROR"
"MAKE-INSTANCE" "MAKE-INSTANCE"
...@@ -100,7 +98,6 @@ ...@@ -100,7 +98,6 @@
"UPDATE-INSTANCE-FOR-DIFFERENT-CLASS" "UPDATE-INSTANCE-FOR-DIFFERENT-CLASS"
"UPDATE-INSTANCE-FOR-REDEFINED-CLASS" "UPDATE-INSTANCE-FOR-REDEFINED-CLASS"
"WITH-ACCESSORS" "WITH-ACCESSORS"
"WITH-ADDED-METHODS"
"WITH-SLOTS" "WITH-SLOTS"
) )
......
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