promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/bignum.h,v 9.22 1987/04/06 12:49:05 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/bignum.h,v 9.23 1987/04/11 15:17:09 jinx Rel $
Head file for bignums. This is shared by bignum.c and generic.c.
*/
#define Debug_Test(Res) \
{ Pointer R = Make_Pointer(TC_BIG_FIXNUM, Res); \
if (Nth_Vector_Loc(R, Vector_Length(R)) != (Free-1)) \
- { printf("\nResult=%x => %x %x %x, Length=%d, Free=%x\n", \
+ { printf("\nResult=%x -> %x %x %x, Length=%d, Free=%x\n", \
R, Fast_Vector_Ref(R, 0), \
Fast_Vector_Ref(R, 1), Fast_Vector_Ref(R, 2), \
Vector_Length(R), Free); \
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fasload.c,v 9.23 1987/04/03 00:12:33 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fasload.c,v 9.24 1987/04/11 15:16:37 jinx Exp $
The "fast loader" which reads in and relocates binary files and then
interns symbols. It is called with one argument: the (character
C = String_Ptr;
for (i=0; i < String_Length; i++, C++)
print_char(*C);
- printf(" => 0x%x\n", Value);
+ printf(" -> 0x%x\n", Value);
}
return Value;
}
}
Result = (Pointer *) 0;
}
- if (Reloc_Debug) printf("0x%06x => 0x%06x\n", P, Result);
+ if (Reloc_Debug) printf("0x%06x -> 0x%06x\n", P, Result);
return Result;
}