Changeset 3671 for branches/f4grobner/copy.lisp
- Timestamp:
- 2015-09-06T05:06:51-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/copy.lisp
r3660 r3671 39 39 (defgeneric copy-instance (object &rest initargs &key &allow-other-keys) 40 40 (:method ((object number) &rest initargs &key &allow-other-keys) 41 (declare (ignore initargs)) 41 42 object) 42 43 (:method ((object cons) &rest initargs &key &allow-other-keys)
Note:
See TracChangeset
for help on using the changeset viewer.