aboutsummaryrefslogtreecommitdiff
path: root/src/interp/scan.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-06 01:52:04 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-06 01:52:04 +0000
commit554f0da895913012bc9e029e9312c50650e222b2 (patch)
treed091568d27e5f01ec9f875224896ff1a4938de29 /src/interp/scan.boot
parent104def0e400bbf3a0daed9e490e41485a9213c9d (diff)
downloadopen-axiom-554f0da895913012bc9e029e9312c50650e222b2.tar.gz
more cleanup
Diffstat (limited to 'src/interp/scan.boot')
-rw-r--r--src/interp/scan.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index 8afc4ba6..8b49fa4a 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -619,10 +619,10 @@ scanError()==
lferror($ln.n)
keyword st ==
- HGET(scanKeyTable,st)
+ tableValue(scanKeyTable,st)
keyword? st ==
- not null HGET(scanKeyTable,st)
+ not null tableValue(scanKeyTable,st)
subMatch(l,i) ==
substringMatch(l,scanDict,i)