[gforth] / gforth / Attic / engine.c  

gforth: gforth/Attic/engine.c

Diff for /gforth/Attic/engine.c between version 1.34 and 1.35

version 1.34, Sun Jan 7 17:22:09 1996 UTC version 1.35, Fri Feb 9 17:34:08 1996 UTC
Line 49 
Line 49 
   struct {    struct {
 #ifdef WORDS_BIGENDIAN  #ifdef WORDS_BIGENDIAN
     Cell high;      Cell high;
     Cell low;      UCell low;
 #else  #else
     Cell low;      UCell low;
     Cell high;      Cell high;
 #endif;  #endif;
   } cells;    } cells;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help