/* -*-C-*-
-$Id: bintopsb.c,v 9.77 2006/08/27 15:49:30 cph Exp $
+$Id: bintopsb.c,v 9.78 2006/08/28 16:58:24 cph Exp $
Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
Copyright 1992,1993,1994,1997,1998,2000 Massachusetts Institute of Technology
break;
case TC_CHARACTER:
- fprintf (portable_file, "%02x %06x\n",
+ fprintf (portable_file, "%02x %07x\n",
TC_CHARACTER, ((*from) & MASK_MIT_ASCII));
from += 1;
break;
/* -*-C-*-
-$Id: psbtobin.c,v 9.62 2006/08/27 15:49:37 cph Exp $
+$Id: psbtobin.c,v 9.63 2006/08/28 16:58:26 cph Exp $
Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
Copyright 1992,1993,1994,2000,2001,2005 Massachusetts Institute of Technology
+Copyright 2006 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
}
case TC_CHARACTER:
fprintf (stderr,
- "Table[%6d] = Character 0x%06x\n",
+ "Table[%6d] = Character 0x%07x\n",
(N - (Table_End - Table)),
(OBJECT_DATUM (*Table)));
break;