[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.5 and 1.6

version 1.5, Mon Sep 1 23:08:42 1997 UTC version 1.6, Sat Mar 21 21:37:50 1998 UTC
Line 258 
Line 258 
   Char magic[9];    Char magic[9];
   Cell preamblesize=0;    Cell preamblesize=0;
   Label *symbols = engine(0,0,0,0,0);    Label *symbols = engine(0,0,0,0,0);
   Cell data_offset = offset_image ? 28*sizeof(Cell) : 0;    Cell data_offset = offset_image ? 56*sizeof(Cell) : 0;
   UCell check_sum;    UCell check_sum;
   static char* endianstring[]= { "big","little" };    static char* endianstring[]= { "big","little" };
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help