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 3749


Ignore:
Timestamp:
2016-05-27T18:00:09-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3748 r3749  
    261261    (- self other)))
    262262
    263 (defmacro def-add/subtract-method (add/subtract-method-name
    264                                    uminus-method-name
    265                                    &optional
    266                                      (doc-string nil doc-string-supplied-p))
     263(define-compiler-macro def-add/subtract-method (add/subtract-method-name
     264                                                uminus-method-name
     265                                                &optional
     266                                                (doc-string nil doc-string-supplied-p))
    267267  "This macro avoids code duplication for two similar operations: ADD-TO and SUBTRACT-FROM."
    268268  `(defmethod ,add/subtract-method-name ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.