aboutsummaryrefslogtreecommitdiff
path: root/src/interp/server.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-28 23:39:44 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-28 23:39:44 +0000
commitca4b1b74d8e743f50f0db37f1b33265f46547f01 (patch)
treecfa8803798bef9eb304da47b18ef024c5c39b702 /src/interp/server.boot
parent9ddf05bc7781163fbd6bd2b894337d8721de117a (diff)
downloadopen-axiom-ca4b1b74d8e743f50f0db37f1b33265f46547f01.tar.gz
Character constants clean up
Diffstat (limited to 'src/interp/server.boot')
-rw-r--r--src/interp/server.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/server.boot b/src/interp/server.boot
index 39efd26b..b1b6658f 100644
--- a/src/interp/server.boot
+++ b/src/interp/server.boot
@@ -151,7 +151,7 @@ parseAndEvalStr string ==
parseAndEvalStr1 string
parseAndEvalStr1 string ==
- string.0 = char '")" =>
+ string.0 = char ")" =>
doSystemCommand SUBSEQ(string, 1)
processInteractive(ncParseFromString string, NIL)