Skip to content
Snippets Groups Projects
Commit 0c9d18fa authored by wlott's avatar wlott
Browse files

Added dylan-function-header type.

parent 79f76b80
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.19 1992/04/14 02:56:45 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.20 1992/12/05 21:49:08 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.19 1992/04/14 02:56:45 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.20 1992/12/05 21:49:08 wlott Exp $
;;; ;;;
;;; This file contains the machine independent aspects of the object ;;; This file contains the machine independent aspects of the object
;;; representation. ;;; representation.
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
code-header-type function-header-type closure-header-type code-header-type function-header-type closure-header-type
closure-function-header-type return-pc-header-type closure-function-header-type return-pc-header-type
byte-code-function-type byte-code-closure-type byte-code-function-type byte-code-closure-type
dylan-function-header-type
value-cell-header-type symbol-header-type base-char-type value-cell-header-type symbol-header-type base-char-type
sap-type unbound-marker-type weak-pointer-type sap-type unbound-marker-type weak-pointer-type
structure-header-type funcallable-instance-header-type structure-header-type funcallable-instance-header-type
...@@ -133,7 +134,7 @@ ...@@ -133,7 +134,7 @@
funcallable-instance-header funcallable-instance-header
byte-code-function byte-code-function
byte-code-closure byte-code-closure
unused-function-header-3 dylan-function-header
closure-function-header closure-function-header
return-pc-header return-pc-header
value-cell-header value-cell-header
......
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