aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/interp/sys-driver.boot4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 12ef3193..8f84d45a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2008-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/sys-driver.boot (AxiomCore::%sysInit): Fix indentation
+ thinko.
+
+2008-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* include/open-axiom.h (oa_buffer_address): New macro.
* sman/session.c (read_from_spad_io): Use It.
(accept_session_connection): Likewise.
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)