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

Changed lexical-environment to be a c::lexenv instead of a list.

parent 4af6d355
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-type.lisp,v 1.16 1990/08/25 18:46:40 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-type.lisp,v 1.17 1990/09/06 17:47:05 wlott Exp $
;;; ;;;
;;; This file contains implementation-dependent parts of the type support ;;; This file contains implementation-dependent parts of the type support
;;; code. This is stuff which deals with the mapping from types defined in ;;; code. This is stuff which deals with the mapping from types defined in
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
(deftype ash-index () 'fixnum) (deftype ash-index () 'fixnum)
;;; ;;;
;;; A lexical environment for macroexpansion. ;;; A lexical environment for macroexpansion.
(deftype lexical-environment () 'list) (deftype lexical-environment () 'c::lexenv)
;;; ;;;
;;; Worst case values for float attributes. ;;; Worst case values for float attributes.
;;; ### long-float exponent range seems to be this, but I don't know why. ;;; ### long-float exponent range seems to be this, but I don't know why.
......
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