[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.18 and 1.19

version 1.18, Fri Jan 8 16:58:31 1999 UTC version 1.19, Sun Jan 10 22:00:23 1999 UTC
Line 388 
Line 388 
   magic7 = magic[7];    magic7 = magic[7];
   if (debug) {    if (debug) {
     magic[7]='\0';      magic[7]='\0';
     fprintf(stderr,"Magic found: %s $%x\n", magic, magic7);      fprintf(stderr,"Magic found: %s %s endian, cell=%d bytes, char=%d bytes, au=%d bytes\n",
               magic,
               endianstring[!(magic[7] & 1)],
               1 << ((magic7 >> 1) & 3),
               1 << ((magic7 >> 3) & 3),
               1 << ((magic7 >> 5) & 3));
   }    }
   
   if(magic7 != (ausize << 5) + (charsize << 3) + (cellsize << 1) +    if(magic7 != (ausize << 5) + (charsize << 3) + (cellsize << 1) +


Generate output suitable for use with a patch program
Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help