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 624


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/parser.lisp

    r623 r624  
    3232    #-gcl (:load-toplevel :execute)
    3333    (unless (find-package :maxima)
     34      (pushnew :fake-maxima *features*)
    3435      (defpackage "MAXIMA" (:use :cl))
    35       (push :fake-maxima *features*)))
     36      ))
    3637
    3738(defpackage "PARSER"
Note: See TracChangeset for help on using the changeset viewer.