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 630


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/parser.lisp

    r629 r630  
    2727;;
    2828;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    29 
    30 (eval-when
    31     #+gcl (load eval)
    32     #-gcl (:load-toplevel :execute)
    33     (unless (find-package :maxima)
    34       (pushnew :fake-maxima *features*)
    35       (make-package "MAXIMA")
    36       ))
    3729
    3830(defpackage "PARSER"
Note: See TracChangeset for help on using the changeset viewer.