aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/i-syscmd.boot12
-rw-r--r--src/interp/sys-utility.boot2
2 files changed, 7 insertions, 7 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index ec6a4d2e..e43562eb 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -972,12 +972,12 @@ CREDITS := '(
"Norman Ramsey Michael Richardson Renaud Rioboo"
"Jean Rivlin Nicolas Robidoux Simon Robinson"
"Michael Rothstein Martin Rubey"
- "Philip Santas Alfred Scheerhorn William Schelter"
- "Gerhard Schneider Martin Schoenert Marshall Schor"
- "Frithjof Schulze Fritz Schwarz Nick Simicich"
- "William Sit Elena Smirnova Jonathan Steinbach"
- "Christine Sundaresan Robert Sutor Moss E. Sweedler"
- "Eugene Surowitz"
+ "Aleksej Saushev Philip Santas Alfred Scheerhorn"
+ "William Schelter Gerhard Schneider Martin Schoenert"
+ "Marshall Schor Frithjof Schulze Fritz Schwarz"
+ "Nick Simicich William Sit Elena Smirnova"
+ "Jonathan Steinbach Christine Sundaresan Robert Sutor"
+ "Moss E. Sweedler Eugene Surowitz"
"James Thatcher Balbir Thomas Mike Thomas"
"Dylan Thurston Barry Trager Themos T. Tsikas"
"Gregory Vanuxem"
diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot
index ad353d3b..5192ded1 100644
--- a/src/interp/sys-utility.boot
+++ b/src/interp/sys-utility.boot
@@ -53,7 +53,7 @@ $COMBLOCKLIST := nil
%unknownEndian == KEYWORD::%unknownEndian
++ The byte order of the host machine running OpenAxiom.
-%hostByteOrder ==
+%hostByteOrder() ==
getHostByteOrder() = 1 => %littleEndian
getHostByteOrder() = 2 => %bigEndian
%unknownEndian