Diff for /gforth/engine/main.c between versions 1.141 and 1.142

version 1.141, 2004/08/23 14:30:24 version 1.142, 2004/08/26 15:29:57
Line 654  struct cost { /* super_info might be a m Line 654  struct cost { /* super_info might be a m
   char branch;      /* is it a branch (SET_IP) */    char branch;      /* is it a branch (SET_IP) */
   unsigned char state_in;    /* state on entry */    unsigned char state_in;    /* state on entry */
   unsigned char state_out;   /* state on exit */    unsigned char state_out;   /* state on exit */
     unsigned char imm_ops;     /* number of immediate operands */
   short offset;     /* offset into super2 table */    short offset;     /* offset into super2 table */
   unsigned char length;      /* number of components */    unsigned char length;      /* number of components */
   unsigned char imm_ops;     /* number of immediate operands */  
 };  };
   
 PrimNum super2[] = {  PrimNum super2[] = {

Removed from v.1.141  
changed lines
  Added in v.1.142


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>