--- gforth/vmgen-ex2/peephole.c 2002/06/02 15:46:18 1.1 +++ gforth/vmgen-ex2/peephole.c 2002/06/02 17:02:56 1.2 @@ -31,6 +31,9 @@ typedef struct Combination { Combination peephole_table[] = { #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;