Diff for /gforth/vmgen-ex/peephole.c between versions 1.1 and 1.2

version 1.1, 2001/04/29 11:28:24 version 1.2, 2002/06/02 17:02:56
Line 31  typedef struct Combination { Line 31  typedef struct Combination {
   
 Combination peephole_table[] = {  Combination peephole_table[] = {
 #include "mini-peephole.i"  #include "mini-peephole.i"
   #ifndef __GNUC__
     {-1,-1,-1} /* unnecessary; just to shut up lcc if the file is empty */
   #endif
 };  };
   
 int use_super = 1;  int use_super = 1;

Removed from v.1.1  
changed lines
  Added in v.1.2


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