aboutsummaryrefslogtreecommitdiff
path: root/src/interp/scan.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/scan.boot')
-rw-r--r--src/interp/scan.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index 7034d2a9..91b7d275 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -430,7 +430,7 @@ scanPossFloat (w)==
scanCloser == [")","}","]","|)","|}","|]"]
-scanCloser? w== MEMQ(keyword w,scanCloser)
+scanCloser? w== symbolMember?(keyword w,scanCloser)
scanSpace()==
n := $n