Changeset 11992
- Timestamp:
- 06/06/09 08:58:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/clos.lisp
r11799 r11992 52 52 (in-package #:mop) 53 53 54 (export '(class-precedence-list)) 54 (export '(class-precedence-list class-slots slot-definition-name)) 55 56 (defun class-slots (class) 57 (%class-slots class)) 58 59 (defun slot-definition-name (slot-definition) 60 (%slot-definition-name slot-definition)) 55 61 56 62 (defmacro push-on-end (value location)
Note: See TracChangeset
for help on using the changeset viewer.