aboutsummaryrefslogtreecommitdiff
path: root/src/interp/guess.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-19 18:21:55 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-19 18:21:55 +0000
commita3493316634d0bf180116c59744a0aabe9afb311 (patch)
treeefd9990d53acd3b63af474ac89ff6b37116ab305 /src/interp/guess.boot
parent0baf7a71d80fc15fdab5caa551b7e00800dccbef (diff)
downloadopen-axiom-a3493316634d0bf180116c59744a0aabe9afb311.tar.gz
more cleanup
Diffstat (limited to 'src/interp/guess.boot')
-rw-r--r--src/interp/guess.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/guess.boot b/src/interp/guess.boot
index 2947b34c..b7d2e000 100644
--- a/src/interp/guess.boot
+++ b/src/interp/guess.boot
@@ -277,7 +277,7 @@ deltaWordEntry(word,entry) ==
word = entry => 0
word.0 ~= entry.0 => 1000
#word > 2 and stringPrefix?(word,entry) => 1
- ABS(diff := # word - # entry) > 4 => 1000
+ abs(diff := # word - # entry) > 4 => 1000
canForgeWord(word,entry)
--+ Note these are optimized definitions below-- see commented out versions