Diff for /gforth/vmgen-ex2/peephole.c between versions 1.2 and 1.4

version 1.2, 2002/06/02 17:02:56 version 1.4, 2003/03/09 15:17:12
Line 1 Line 1
 /* Peephole optimization routines and tables  /* Peephole optimization routines and tables
   
   Copyright (C) 2001 Free Software Foundation, Inc.    Copyright (C) 2001,2002 Free Software Foundation, Inc.
   
   This file is part of Gforth.    This file is part of Gforth.
   
Line 36  Combination peephole_table[] = { Line 36  Combination peephole_table[] = {
 #endif  #endif
 };  };
   
 int use_super = 1;  int use_super = 1; /* turned off by option -p */
   
 typedef struct Peeptable_entry {  typedef struct Peeptable_entry {
   struct Peeptable_entry *next;    struct Peeptable_entry *next;

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


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