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