[gforth] / gforth / vmgen-ex / peephole.c  

gforth: gforth/vmgen-ex/peephole.c

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

version 1.1, Sun Apr 29 11:28:24 2001 UTC version 1.2, Sun Jun 2 17:02:56 2002 UTC
Line 31 
Line 31 
   
 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;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help