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

version 1.6, 2002/02/10 14:02:25 version 1.9, 2003/11/02 18:18:35
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,2003 Free Software Foundation, Inc.
   
   This file is part of Gforth.    This file is part of Gforth.
   
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.6  
changed lines
  Added in v.1.9


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