close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4217


Ignore:
Timestamp:
2016-06-04T13:32:53-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/copy.lisp

    r3743 r4217  
    3838;; NOTE: This is a shallow copy. Add an around method for classes which need deep copy of the slots.
    3939(defgeneric copy-instance (object &rest initargs &key &allow-other-keys)
    40   (:method ((object number) &rest initargs &key &allow-other-keys)
     40  (:method ((object atom) &rest initargs &key &allow-other-keys)
    4141    (declare (ignore initargs))
    4242    object)
Note: See TracChangeset for help on using the changeset viewer.