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:
227ba39
)
Just shoot me now. FIXNUMs should continue to appear as signed data.
author
Michael R. Blair
<edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 17:57:43 +0000
(17:57 +0000)
committer
Michael R. Blair
<edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 17:57:43 +0000
(17:57 +0000)
v7/src/microcode/ppband.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ppband.c
b/v7/src/microcode/ppband.c
index 6fc254483c93a5d51370b61fd59b4d7e912f5796..ff72118941bb4af605f1cff481e06f32809b7d8b 100644
(file)
--- a/
v7/src/microcode/ppband.c
+++ b/
v7/src/microcode/ppband.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ppband.c,v 9.6
2 2006/06/05 17:28:10
ihtfisp Exp $
+$Id: ppband.c,v 9.6
3 2006/06/05 17:57:43
ihtfisp Exp $
Copyright (c) 1987-2006 Massachusetts Institute of Technology
@@
-449,7
+449,7
@@
DEFUN (Display, (Location, Type, The_Datum),
case TC_FIXNUM:
PRINT_OBJECT ("FIXNUM", The_Datum);
- Points_To = (FIXNUM_TO_
U
LONG ((MAKE_OBJECT (Type, The_Datum))));
+ Points_To = (FIXNUM_TO_LONG ((MAKE_OBJECT (Type, The_Datum))));
printf (" = %ld\n", ((signed long) Points_To));
return;