aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-20 02:44:01 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-20 02:44:01 +0000
commite4b84ff6e392b5f1eda1529d4eec99e9e13ac2a8 (patch)
treef2358b246f76f7ca622a44bed75196e86ab77865 /src/interp
parent3fe344d2eb5c1155ecccd85fe6a994276c5f0cdb (diff)
downloadopen-axiom-e4b84ff6e392b5f1eda1529d4eec99e9e13ac2a8.tar.gz
* interp/sys-driver.boot (AxiomCore::%sysInit): Fix indentation
thinko.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/sys-driver.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 0a2e1f06..1274564f 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -64,8 +64,8 @@ AxiomCore::%sysInit() ==
initMemoryConfig()
loadSystemRuntimeCore()
)if %hasFeature KEYWORD::CLISP
- -- a goat for CLisp FFI, please.
- sys_-osInitCLispFFI()
+ -- a goat for CLisp FFI, please.
+ sys_-osInitCLispFFI()
)endif
)if %hasFeature KEYWORD::GCL or %hasFeature KEYWORD::ECL
SETQ(COMPILER::_*COMPILE_-VERBOSE_*,false)