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 259


Ignore:
Timestamp:
2015-06-05T16:39:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r258 r259  
    5151    #-gcl (:load-toplevel :execute)
    5252    (dolist (file *ngrobner-files*)
    53       (compile-file file :print nil :verbose t)
    54       (load file)
    55       )
    56     )
     53      (or (load file (concat 'string file ".fasl"))
     54          (and (compile-file file :print nil :verbose t)
     55               (load file)))))
    5756
    5857(use-package :ngrobner)
Note: See TracChangeset for help on using the changeset viewer.