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 563


Ignore:
Timestamp:
2015-06-06T22:45:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r562 r563  
    4444    #-gcl (:load-toplevel :execute)
    4545    (defpackage "MAXIMA" (:use :cl))
    46     (push :not-maxima *features*))
     46    (setf *features* (remove :maxima *features*)))
    4747
    4848(in-package :maxima)
    4949
    50 #-not-maxima(macsyma-module cgb-maxima)
     50#-maxima(macsyma-module cgb-maxima)
    5151
    5252(eval-when
Note: See TracChangeset for help on using the changeset viewer.