aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-14 17:17:16 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-14 17:17:16 +0000
commit41799861da0bd4f8a68acb2634e2ecb3e9038fc4 (patch)
tree89940ddf132e2253a1c18b3406619e858eb459d9 /src/boot/translator.boot
parent81c55a49db8873b2a67f3c7c8ffe3786731e81bd (diff)
downloadopen-axiom-41799861da0bd4f8a68acb2634e2ecb3e9038fc4.tar.gz
cleanup
Diffstat (limited to 'src/boot/translator.boot')
-rw-r--r--src/boot/translator.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot
index 6dba8a2f..84eebde8 100644
--- a/src/boot/translator.boot
+++ b/src/boot/translator.boot
@@ -671,7 +671,7 @@ shoeItem (str)==
stripm (x,pk,bt)==
atom x =>
symbol? x =>
- SYMBOL_-PACKAGE x = bt => makeSymbol(symbolName x,pk)
+ symbolScope x = bt => makeSymbol(symbolName x,pk)
x
x
[stripm(first x,pk,bt),:stripm(rest x,pk,bt)]