diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-10 05:21:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-10 05:21:00 +0000 |
commit | 6cd03930cf6d06aeb22d8a03f88e21aed3741846 (patch) | |
tree | 9afeca88d3d16cad78167df6e8936c0a70724b4c /src/lisp | |
parent | 6134f0731a2f170fd76b08b435f7a813ee74b806 (diff) | |
download | open-axiom-6cd03930cf6d06aeb22d8a03f88e21aed3741846.tar.gz |
* lisp/core.lisp.in ("$faslType"): Export.
* interp/sys-driver.boot (algebraBootstrapDir): New.
* interp/lisplib.boot (findModule): New.
(loadLib): Use it.
* interp/daase.lisp (localdatabase): Make sure loadable modules
have proper extensions.
* interp/sys-utility.boot (existingFile?): New.
Diffstat (limited to 'src/lisp')
-rw-r--r-- | src/lisp/core.lisp.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in index ab21a70c..23b119ac 100644 --- a/src/lisp/core.lisp.in +++ b/src/lisp/core.lisp.in @@ -70,6 +70,7 @@ "$buildPlatform" "$targetPlatform" + "$faslType" "$systemInstallationDirectory" "getCommandLineArguments" |