Changeset 8056
- Timestamp:
- Jan 11, 2008, 2:07:08 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-clos.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-clos.lisp
r8033 r8056 2087 2087 (name (slot-definition-name slot)) 2088 2088 (type (slot-definition-type slot))) 2089 (when (consp location) 2090 (setq location-var (gensym "LOCATION")) 2091 (class-binds `(,location-var 2092 (load-time-value 2093 (slot-definition-location ',slot))))) 2089 2094 (when initfunction 2090 (when (consp location)2091 (setq location-var (gensym "LOCATION"))2092 (class-binds `(,location-var2093 (load-time-value2094 (slot-definition-location ',slot)))))2095 2095 (setq initform 2096 2096 (if (self-evaluating-p initform)
Note:
See TracChangeset
for help on using the changeset viewer.
