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:
6ffab54
)
Add FIXNUM? to list of primitives.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 10 Feb 2008 05:02:21 +0000
(
05:02
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 10 Feb 2008 05:02:21 +0000
(
05:02
+0000)
v7/src/sf/gconst.scm
patch
|
blob
|
history
diff --git
a/v7/src/sf/gconst.scm
b/v7/src/sf/gconst.scm
index bd07b1ef4950a45861e2041a615f94f1832f01b1..666fcc9ee87ea4ddc80609ad739905e97b7383c8 100644
(file)
--- a/
v7/src/sf/gconst.scm
+++ b/
v7/src/sf/gconst.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: gconst.scm,v 4.3
8 2008/02/10 04:42:40
cph Exp $
+$Id: gconst.scm,v 4.3
9 2008/02/10 05:02:21
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-77,6
+77,7
@@
USA.
(FIX:REMAINDER FIXNUM-REMAINDER)
(FIX:XOR FIXNUM-XOR)
(FIX:ZERO? ZERO-FIXNUM?)
+ (FIXNUM? FIXNUM?)
(FLO:* FLONUM-MULTIPLY)
(FLO:+ FLONUM-ADD)
(FLO:- FLONUM-SUBTRACT)