aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 7e2d3066..cd912ee4 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -993,7 +993,7 @@ compImport(["import",:doms],m,e) ==
++ compile a logical negation form `(not ...)'.
compileNot(x,m,e) ==
- x isn't ["not", y] => nil
+ x isnt ["not", y] => nil
-- If there is a modemap available that can make this work, just use it.
T := compForm(x,m,e) => T