diff options
| author | dos-reis <gdr@axiomatics.org> | 2010-06-21 03:16:39 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2010-06-21 03:16:39 +0000 |
| commit | afaaaac2b55741bfe43099f819fd4a9592b1c022 (patch) | |
| tree | 7a5bbd28009759b1c787d3df4c4ba5960cd11280 /src/interp | |
| parent | 640d839b4de4d0daf0dde00ba08eab6d264160ad (diff) | |
| download | open-axiom-afaaaac2b55741bfe43099f819fd4a9592b1c022.tar.gz | |
Revert previous erroneous commit
Diffstat (limited to 'src/interp')
| -rw-r--r-- | src/interp/nlib.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nlib.lisp b/src/interp/nlib.lisp index c07c26f6..a81d840b 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 (|compileLispFile| lfile bfile) (list bfile)))))) + (progn (compile-lib-file lfile) (list bfile)))))) #+:AKCL (defun spad-fixed-arg (fname ) |
