projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b29db6
)
Revert eta-expansion change.
author
Joe Marshall
<jmarshall@alum.mit.edu>
Sat, 5 Sep 2009 23:33:27 +0000
(16:33 -0700)
committer
Joe Marshall
<jmarshall@alum.mit.edu>
Sat, 5 Sep 2009 23:33:27 +0000
(16:33 -0700)
src/runtime/boole.scm
patch
|
blob
|
history
diff --git
a/src/runtime/boole.scm
b/src/runtime/boole.scm
index 0eb87ee9ffb99cba5b1f1f90943712e50f71b7bd..bdfb25a09ac94f8bc307d8cc135db5ff6d1f3d96 100644
(file)
--- a/
src/runtime/boole.scm
+++ b/
src/runtime/boole.scm
@@
-28,7
+28,8
@@
USA.
(declare (usual-integrations))
\f
-(define-integrable not (ucode-primitive not))
+(define-integrable (not object)
+ ((ucode-primitive not) object))
(define false #f)
(define true #t)