Changeset 260 for branches/f4grobner
- Timestamp:
- 2015-06-05T16:40:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r259 r260 51 51 #-gcl (:load-toplevel :execute) 52 52 (dolist (file *ngrobner-files*) 53 (or (load file(concat 'string file ".fasl"))53 (or (load (concat 'string file ".fasl")) 54 54 (and (compile-file file :print nil :verbose t) 55 55 (load file)))))
Note:
See TracChangeset
for help on using the changeset viewer.