--- gforth/Attic/acconfig.h 2000/09/23 15:46:50 1.7 +++ gforth/Attic/acconfig.h 2001/04/08 13:48:11 1.8 @@ -45,6 +45,11 @@ #undef FORCE_REG #endif +/* Define if you want to use peephole optimization */ +#ifndef HAS_PEEPHOLE +#undef HAS_PEEPHOLE +#endif + /* an integer type that is as long as a pointer */ #define CELL_TYPE long