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 561


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

* empty log message *

File:
1 edited

Legend:

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

    r560 r561  
    4343    #+gcl (load eval)
    4444    #-gcl (:load-toplevel :execute)
    45     (defpackage "MAXIMA" (:use :cl)))
     45    (defpackage "MAXIMA" (:use :cl))
     46    (push :not-maxima *features*))
    4647
    4748(in-package :maxima)
    4849
    49 (macsyma-module cgb-maxima)
     50#+not-maxima(macsyma-module cgb-maxima)
    5051
    5152(eval-when
Note: See TracChangeset for help on using the changeset viewer.