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 2993


Ignore:
Timestamp:
2015-06-21T15:22:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2992 r2993  
    233233    (declare (ignore initargs))
    234234    object)
     235  (:method ((object character) &rest initargs &key &allow-other-keys)
     236    (declare (ignore initargs))
     237    object)
    235238  #+sbcl
    236239  (:method ((object SB-C:DEFINITION-SOURCE-LOCATION) &rest initargs &key &allow-other-keys)
Note: See TracChangeset for help on using the changeset viewer.