diff options
Diffstat (limited to 'src/boot/scanner.boot')
-rw-r--r-- | src/boot/scanner.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/scanner.boot b/src/boot/scanner.boot index 8872c9df..aed1df0e 100644 --- a/src/boot/scanner.boot +++ b/src/boot/scanner.boot @@ -310,7 +310,7 @@ shoePunct()== shoeKeyTr sss shoeKeyTr w== - if EQ(shoeKeyWord w,"DOT") + if shoeKeyWord w = "DOT" then if $floatok then shoePossFloat(w) else shoeLeafKey w |