Skip to content
Snippets Groups Projects
Commit 30581f01 authored by pw's avatar pw
Browse files

Add ALLOCATE-INSTANCE to common lisp package.

parent ec67f831
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.153 1998/05/04 01:27:12 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.154 1998/05/09 22:13:42 pw Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -554,7 +554,7 @@ ...@@ -554,7 +554,7 @@
"WRITE-LINE" "WRITE-STRING" "WRITE-TO-STRING" "WRITE-LINE" "WRITE-STRING" "WRITE-TO-STRING"
"WRITE-SEQUENCE" "Y-OR-N-P" "YES-OR-NO-P" "ZEROP" "WRITE-SEQUENCE" "Y-OR-N-P" "YES-OR-NO-P" "ZEROP"
"ADD-METHOD" "CALL-METHOD" "ADD-METHOD" "ALLOCATE-INSTANCE" "CALL-METHOD"
"CALL-NEXT-METHOD" "CHANGE-CLASS" "CALL-NEXT-METHOD" "CHANGE-CLASS"
"COMPUTE-APPLICABLE-METHODS" "DEFCLASS" "DEFGENERIC" "COMPUTE-APPLICABLE-METHODS" "DEFCLASS" "DEFGENERIC"
"DEFINE-METHOD-COMBINATION" "DEFMETHOD" "DESCRIBE-OBJECT" "DEFINE-METHOD-COMBINATION" "DEFMETHOD" "DESCRIBE-OBJECT"
......
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