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:
ae54c2f
)
Add fixnum-lsh to list of primitives that can be constant-folded.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 19 Jul 1990 21:44:33 +0000
(21:44 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 19 Jul 1990 21:44:33 +0000
(21:44 +0000)
v7/src/runtime/scomb.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/scomb.scm
b/v7/src/runtime/scomb.scm
index b1e76c94418ccbac85233f26c8f9dd5bbca279bc..3eaedb77a7cc2c49f77f974ad9b0c77771dab54e 100644
(file)
--- a/
v7/src/runtime/scomb.scm
+++ b/
v7/src/runtime/scomb.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scomb.scm,v 14.
7 1990/06/28 19:09:25
jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scomb.scm,v 14.
8 1990/07/19 21:44:33
jinx Exp $
Copyright (c) 1988, 1990 Massachusetts Institute of Technology
@@
-63,6
+63,7
@@
MIT in each case. |#
EQUAL-FIXNUM?
FIXNUM-AND
FIXNUM-ANDC
+ FIXNUM-LSH
FIXNUM-NOT
FIXNUM-OR
FIXNUM-QUOTIENT