diff options
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r-- | src/interp/br-util.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot index 9d8c3ab9..8382d0d7 100644 --- a/src/interp/br-util.boot +++ b/src/interp/br-util.boot @@ -408,8 +408,8 @@ bcConTable u == bcAbbTable u == htBeginTable() firstTime := true - 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" + 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 '"&" if x is [con,abb,:.] then |