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 623


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/parser.lisp

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