aboutsummaryrefslogtreecommitdiff
path: root/src/interp/int-top.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/int-top.boot')
-rw-r--r--src/interp/int-top.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/int-top.boot b/src/interp/int-top.boot
index ca52a829..30463f19 100644
--- a/src/interp/int-top.boot
+++ b/src/interp/int-top.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2009, Gabriel Dos Reis.
+-- Copyright (C) 2007-2010, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -152,7 +152,7 @@ SpadInterpretStream(str, source, interactive?) ==
intloopReadConsole(b, n)==
a:= serverReadLine $InputStream
- not STRINGP a => leaveScratchpad()
+ not string? a => leaveScratchpad()
#a=0 =>
not $leanMode and printPrompt()
intloopReadConsole('"", n)