aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nlib.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-21 03:14:17 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-21 03:14:17 +0000
commit640d839b4de4d0daf0dde00ba08eab6d264160ad (patch)
tree3b5565cbc731bd2455a13c72a9a9c539f3088310 /src/interp/nlib.lisp
parentbf21f6c3c98ea62bbd952ecd2382b63f4cd370bb (diff)
downloadopen-axiom-640d839b4de4d0daf0dde00ba08eab6d264160ad.tar.gz
* algebra/sgcf.spad.pamphlet (SymmetricGroupCombinatoricFunctions)
[listYoungTableaus]: Fix thinko. Don't use lattice in its own initialization before it is defined.
Diffstat (limited to 'src/interp/nlib.lisp')
-rw-r--r--src/interp/nlib.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nlib.lisp b/src/interp/nlib.lisp
index a81d840b..c07c26f6 100644
--- a/src/interp/nlib.lisp
+++ b/src/interp/nlib.lisp
@@ -232,7 +232,7 @@
(ldate (and (probe-file lfile) (file-write-date lfile))))
(if ldate
(if (and bdate (> bdate ldate)) nil
- (progn (compile-lib-file lfile) (list bfile))))))
+ (progn (|compileLispFile| lfile bfile) (list bfile))))))
#+:AKCL
(defun spad-fixed-arg (fname )