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 261


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

* empty log message *

File:
1 edited

Legend:

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

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