aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/translator.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-10 00:02:31 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-10 00:02:31 +0000
commitc005f2ff071da28964d7b2f60a9b273b3e9685b4 (patch)
tree9350ce9bdfc20b1cd57f96ce4d59d09c8491651e /src/boot/strap/translator.clisp
parent1a6897a86c7bcd48f6e4bc24a7a48c967fc9c55b (diff)
downloadopen-axiom-c005f2ff071da28964d7b2f60a9b273b3e9685b4.tar.gz
Cleanup
Diffstat (limited to 'src/boot/strap/translator.clisp')
-rw-r--r--src/boot/strap/translator.clisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/strap/translator.clisp b/src/boot/strap/translator.clisp
index 0b7eb64b..1d17a095 100644
--- a/src/boot/strap/translator.clisp
+++ b/src/boot/strap/translator.clisp
@@ -1325,6 +1325,5 @@
(COND
((OR (|%hasFeature| :ECL) (|%hasFeature| :GCL)) NIL)
(T (|loadNativeModule|
- (CONCAT (|systemLibraryDirectory|) "libopen-axiom-core"
- |$NativeModuleExt|)))))
+ (CONCAT "libopen-axiom-core" |$NativeModuleExt|)))))