/* -*-C-*-
-$Id: bintopsb.c,v 9.59 1993/11/07 01:57:14 gjr Exp $
+$Id: bintopsb.c,v 9.60 1993/11/07 02:12:56 gjr Exp $
Copyright (c) 1987-1993 Massachusetts Institute of Technology
else
{
char * word_ptr;
- long count, address;
+ long count, address = 0;
SCHEME_OBJECT * area_end, * scan, * i_scan;
i_scan = (&Mem_Base[*Area]);
case GLOBAL_OPERATOR_LINKAGE_KIND:
{
char * word_ptr;
- long count, address;
+ long count, address = 0;
SCHEME_OBJECT * area_end, * scan, * i_scan;
i_scan = (&Mem_Base[*Area]);
unsigned long entry_index = (* ((unsigned long *) entry));
unsigned long format = (COMPILED_ENTRY_FORMAT_WORD (entry));
SCHEME_OBJECT * block, base;
- unsigned long entry_number;
+ unsigned long entry_number = 0;
long offset;
EXTRACT_CLOSURE_ENTRY_ADDRESS (entry_number, entry);
((long) count));
while (--count >= 0)
{
- unsigned long quad = ((unsigned long) *from++);
+ unsigned long the_quad = ((unsigned long) *from++);
fprintf (portable_file, "%02x %lx %lx\n",
TC_C_COMPILED_TAG,
((long) C_COMPILED_RAW_QUAD),
- quad);
+ the_quad);
}
break;
}
case GLOBAL_OPERATOR_LINKAGE_KIND:
{
char * word_ptr;
- long count, address;
+ long count, address = 0;
SCHEME_OBJECT This, * area_end, * scan, * i_scan;
i_scan = (from - 1);
while (--count >= 0)
{
SCHEME_OBJECT base;
- long arity, address, offset;
+ long arity, offset, address = 0;
scan = ((SCHEME_OBJECT *) word_ptr);
word_ptr = (NEXT_LINKAGE_OPERATOR_ENTRY (word_ptr));
/* -*-C-*-
-$Id: bintopsb.c,v 9.59 1993/11/07 01:57:14 gjr Exp $
+$Id: bintopsb.c,v 9.60 1993/11/07 02:12:56 gjr Exp $
Copyright (c) 1987-1993 Massachusetts Institute of Technology
else
{
char * word_ptr;
- long count, address;
+ long count, address = 0;
SCHEME_OBJECT * area_end, * scan, * i_scan;
i_scan = (&Mem_Base[*Area]);
case GLOBAL_OPERATOR_LINKAGE_KIND:
{
char * word_ptr;
- long count, address;
+ long count, address = 0;
SCHEME_OBJECT * area_end, * scan, * i_scan;
i_scan = (&Mem_Base[*Area]);
unsigned long entry_index = (* ((unsigned long *) entry));
unsigned long format = (COMPILED_ENTRY_FORMAT_WORD (entry));
SCHEME_OBJECT * block, base;
- unsigned long entry_number;
+ unsigned long entry_number = 0;
long offset;
EXTRACT_CLOSURE_ENTRY_ADDRESS (entry_number, entry);
((long) count));
while (--count >= 0)
{
- unsigned long quad = ((unsigned long) *from++);
+ unsigned long the_quad = ((unsigned long) *from++);
fprintf (portable_file, "%02x %lx %lx\n",
TC_C_COMPILED_TAG,
((long) C_COMPILED_RAW_QUAD),
- quad);
+ the_quad);
}
break;
}
case GLOBAL_OPERATOR_LINKAGE_KIND:
{
char * word_ptr;
- long count, address;
+ long count, address = 0;
SCHEME_OBJECT This, * area_end, * scan, * i_scan;
i_scan = (from - 1);
while (--count >= 0)
{
SCHEME_OBJECT base;
- long arity, address, offset;
+ long arity, offset, address = 0;
scan = ((SCHEME_OBJECT *) word_ptr);
word_ptr = (NEXT_LINKAGE_OPERATOR_ENTRY (word_ptr));