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:
7498e41
)
Define `int:>' as an integrable constant.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 15 Nov 1989 02:44:07 +0000
(
02:44
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 15 Nov 1989 02:44:07 +0000
(
02:44
+0000)
v7/src/sf/gconst.scm
patch
|
blob
|
history
diff --git
a/v7/src/sf/gconst.scm
b/v7/src/sf/gconst.scm
index 7e9c2c36b83981b032ea10430f3d8113c2248285..e42015c825a7e5108194caa3d86cc72c57b1f574 100644
(file)
--- a/
v7/src/sf/gconst.scm
+++ b/
v7/src/sf/gconst.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/gconst.scm,v 4.
5 1989/10/26 06:28:04
cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/gconst.scm,v 4.
6 1989/11/15 02:44:07
cph Exp $
Copyright (c) 1987, 1989 Massachusetts Institute of Technology
@@
-144,7
+144,9
@@
MIT in each case. |#
INT:-1+
INT:1+
INT:<
- INT:= INT:DIVIDE
+ INT:=
+ INT:>
+ INT:DIVIDE
INT:NEGATE
INT:NEGATIVE?
INT:POSITIVE?