- Timestamp:
- Nov 24, 2007, 6:33:20 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/library/lispequ.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/library/lispequ.lisp
r7624 r7738 1303 1303 open-binary 1304 1304 file-stream) 1305 1305 1306 1307 (def-accessors (class-cell) uvref 1308 nil ; 'class-cell 1309 class-cell-name 1310 class-cell-class 1311 class-cell-instantiate 1312 ) 1313 1314 (defmacro make-class-cell (name) `(%istruct 'class-cell ,name nil '%make-instance)) 1306 1315 1307 1316
Note:
See TracChangeset
for help on using the changeset viewer.
