another procedure that is not linked in.
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bintopsb.c,v 9.53 1992/07/18 12:15:45 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bintopsb.c,v 9.54 1992/08/16 23:21:57 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
#define internal_file input_file
#define portable_file output_file
+#undef HEAP_MALLOC
+#define HEAP_MALLOC malloc
+
long
DEFUN (Load_Data, (Count, To_Where),
long Count AND
}
else if (bits_in_digit < length_in_bits)
{
- int carry = accumulator;
+ long carry = accumulator;
int diff_bits = (4 - bits_in_digit);
accumulator = (*scan++);
fprintf (portable_file, "%01lx",
{
fast long size_in_bits;
fast double mant, temp;
- int expt;
+ long expt;
extern double frexp();
fprintf(portable_file, "%02x %c ",
nmv_p = true;
if (null_nmv_p)
{
- fast int i;
+ fast long i;
- i = OBJECT_DATUM (This);
+ i = (OBJECT_DATUM (This));
*Area += 1;
for ( ; --i >= 0; *Area += 1)
{
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/ppband.c,v 9.43 1992/02/11 21:15:00 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/ppband.c,v 9.44 1992/08/16 23:22:34 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
#define fast register
+#undef HEAP_MALLOC
+#define HEAP_MALLOC malloc
+
/* These are needed when there is no compiler support. */
extern void EXFUN (gc_death,
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/bintopsb.c,v 9.53 1992/07/18 12:15:45 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/bintopsb.c,v 9.54 1992/08/16 23:21:57 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
#define internal_file input_file
#define portable_file output_file
+#undef HEAP_MALLOC
+#define HEAP_MALLOC malloc
+
long
DEFUN (Load_Data, (Count, To_Where),
long Count AND
}
else if (bits_in_digit < length_in_bits)
{
- int carry = accumulator;
+ long carry = accumulator;
int diff_bits = (4 - bits_in_digit);
accumulator = (*scan++);
fprintf (portable_file, "%01lx",
{
fast long size_in_bits;
fast double mant, temp;
- int expt;
+ long expt;
extern double frexp();
fprintf(portable_file, "%02x %c ",
nmv_p = true;
if (null_nmv_p)
{
- fast int i;
+ fast long i;
- i = OBJECT_DATUM (This);
+ i = (OBJECT_DATUM (This));
*Area += 1;
for ( ; --i >= 0; *Area += 1)
{
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/ppband.c,v 9.43 1992/02/11 21:15:00 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/ppband.c,v 9.44 1992/08/16 23:22:34 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
#define fast register
+#undef HEAP_MALLOC
+#define HEAP_MALLOC malloc
+
/* These are needed when there is no compiler support. */
extern void EXFUN (gc_death,