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 3748


Ignore:
Timestamp:
2016-05-27T17:59:11-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3747 r3748  
    261261    (- self other)))
    262262
    263 (define-compiler-macro def-add/subtract-method (add/subtract-method-name
     263(defmacro def-add/subtract-method (add/subtract-method-name
    264264                                   uminus-method-name
    265265                                   &optional
     
    275275                                 #',add/subtract-method-name
    276276                                 ,(when uminus-method-name `(function ,uminus-method-name))))
    277     self))
     277     self))
    278278
    279279(eval-when (:compile-toplevel :load-toplevel :execute)
Note: See TracChangeset for help on using the changeset viewer.