[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.125 and 1.126

version 1.125, Thu Oct 16 18:48:03 2003 UTC version 1.126, Sun Nov 2 18:18:35 2003 UTC
Line 49 
Line 49 
   
 typedef enum prim_num {  typedef enum prim_num {
 /* definitions of N_execute etc. */  /* definitions of N_execute etc. */
 #include "prim_num.i"  #include PRIM_NUM_I
   N_START_SUPER    N_START_SUPER
 } PrimNum;  } PrimNum;
   
Line 256 
Line 256 
 #undef GROUPADD  #undef GROUPADD
 #define GROUPADD(n) +n  #define GROUPADD(n) +n
 #define GROUP(x, n) , 0  #define GROUP(x, n) , 0
 #include "prim_grp.i"  #include PRIM_GRP_I
 #undef GROUP  #undef GROUP
 #undef GROUPADD  #undef GROUPADD
 #define GROUP(x, n)  #define GROUP(x, n)
Line 641 
Line 641 
 };  };
   
 PrimNum super2[] = {  PrimNum super2[] = {
 #include "super2.i"  #include SUPER2_I
 };  };
   
 struct cost super_costs[] = {  struct cost super_costs[] = {
 #include "costs.i"  #include COSTS_I
 };  };
   
 struct super_state {  struct super_state {
Line 749 
Line 749 
 #endif /* !defined(NO_DYNAMIC) */  #endif /* !defined(NO_DYNAMIC) */
   
 static char MAYBE_UNUSED superend[]={  static char MAYBE_UNUSED superend[]={
 #include "prim_superend.i"  #include PRIM_SUPEREND_I
 };  };
   
 Cell npriminfos=0;  Cell npriminfos=0;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help