Changeset 2991 for branches/f4grobner
- Timestamp:
- 2015-06-21T15:20:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2990 r2991 232 232 (:method ((object number) &rest initargs &key &allow-other-keys) 233 233 (declare (ignore initargs)) 234 object)) 234 object) 235 #+sbcl 236 (:method ((object SB-C:DEFINITION-SOURCE-LOCATION) &rest initargs &key &allow-other-keys) 237 (copy-structure object))) 235 238 236 239
Note:
See TracChangeset
for help on using the changeset viewer.