[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.81 and 1.82

version 1.81, Sun Jan 21 23:22:29 2007 UTC version 1.82, Sat Mar 31 12:58:07 2007 UTC
Line 311 
Line 311 
 } ImageHeader;  } ImageHeader;
 /* the image-header is created in main.fs */  /* the image-header is created in main.fs */
   
   #ifdef HAS_F83HEADERSTRING
   struct F83Name {
     struct F83Name *next;  /* the link field for old hands */
     char          countetc;
     char          name[0];
   };
   
   #define F83NAME_COUNT(np)       ((np)->countetc & 0x1f)
   #endif
 struct Longname {  struct Longname {
   struct Longname *next;  /* the link field for old hands */    struct Longname *next;  /* the link field for old hands */
   Cell          countetc;    Cell          countetc;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help