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:
c8bbbed
)
Typo.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 20 Jul 1996 22:36:00 +0000
(22:36 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 20 Jul 1996 22:36:00 +0000
(22:36 +0000)
v7/src/microcode/fixnum.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/fixnum.c
b/v7/src/microcode/fixnum.c
index 9ac4e88c5c8405076aa9b9918460fe3f0b3e29db..6424a25d9932501dc07f8bf32f3a53916edc2d23 100644
(file)
--- a/
v7/src/microcode/fixnum.c
+++ b/
v7/src/microcode/fixnum.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: fixnum.c,v 9.
39 1996/07/20 22:26:26
adams Exp $
+$Id: fixnum.c,v 9.
40 1996/07/20 22:36:00
adams Exp $
Copyright (c) 1987-96 Massachusetts Institute of Technology
@@
-354,8
+354,8
@@
DEFINE_PRIMITIVE ("FIXNUM->FLONUM", Prim_fixnum_to_flonum, 1, 1,
"(FIXNUM)\n\
Equivalent to (INTEGER->FLONUM FIXNUM 2)")
{
- PRIMITIVE_HEADER (
2
);
+ PRIMITIVE_HEADER (
1
);
{
- PRIMITIVE_RETURN (FIXNUM_TO_FLONUM (arg_fixnum (
2
)));
+ PRIMITIVE_RETURN (FIXNUM_TO_FLONUM (arg_fixnum (
1
)));
}
}