[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

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

version 1.19, Sun Jan 10 22:00:23 1999 UTC version 1.20, Sun Jan 17 13:50:53 1999 UTC
Line 390 
Line 390 
     magic[7]='\0';      magic[7]='\0';
     fprintf(stderr,"Magic found: %s %s endian, cell=%d bytes, char=%d bytes, au=%d bytes\n",      fprintf(stderr,"Magic found: %s %s endian, cell=%d bytes, char=%d bytes, au=%d bytes\n",
             magic,              magic,
             endianstring[!(magic[7] & 1)],              endianstring[magic7 & 1],
             1 << ((magic7 >> 1) & 3),              1 << ((magic7 >> 1) & 3),
             1 << ((magic7 >> 3) & 3),              1 << ((magic7 >> 3) & 3),
             1 << ((magic7 >> 5) & 3));              1 << ((magic7 >> 5) & 3));


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help