aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r--src/interp/br-util.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot
index 0003cf3c..6f926ab6 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -388,7 +388,7 @@ bcOpTable(u,fn) ==
bcNameConTable u ==
$bcMultipleNames: local := (#u ~= 1)
- bcConTable REMDUP u
+ bcConTable removeDuplicates u
-- bcConTable u
bcConTable u ==
@@ -406,7 +406,7 @@ bcConTable u ==
bcAbbTable u ==
htBeginTable()
firstTime := true
- for x in REMDUP u repeat --allow x to be NIL meaning "no abbreviation"
+ for x in removeDuplicates u repeat --allow x to be NIL meaning "no abbreviation"
-- for x in u repeat --allow x to be NIL meaning "no abbreviation"
if firstTime then firstTime := false
else htSaySaturn '"&"