Diff for /gforth/engine/peephole.c between versions 1.8 and 1.9

version 1.8, 2003/08/25 14:17:52 version 1.9, 2003/11/02 18:18:35
Line 33  typedef struct Combination { Line 33  typedef struct Combination {
 } Combination;  } Combination;
   
 Combination peephole_table[] = {  Combination peephole_table[] = {
 #include "peephole.i"  #include PEEPHOLE_I
 };  };
   
 #ifdef PRINT_SUPER_LENGTHS  #ifdef PRINT_SUPER_LENGTHS
 char *prim_names[] = {  char *prim_names[] = {
 #include "prim_names.i"  #include PRIM_NAMES_I
 };  };
   
 Combination *find_super(Cell prim)  Combination *find_super(Cell prim)

Removed from v.1.8  
changed lines
  Added in v.1.9


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