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 260


Ignore:
Timestamp:
2015-06-05T16:40: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

    r259 r260  
    5151    #-gcl (:load-toplevel :execute)
    5252    (dolist (file *ngrobner-files*)
    53       (or (load file (concat 'string file ".fasl"))
     53      (or (load (concat 'string file ".fasl"))
    5454          (and (compile-file file :print nil :verbose t)
    5555               (load file)))))
Note: See TracChangeset for help on using the changeset viewer.