--- gforth/engine/engine.c 2007/04/01 21:30:26 1.102 +++ gforth/engine/engine.c 2007/12/31 17:34:59 1.104 @@ -1,6 +1,6 @@ /* Gforth virtual machine (aka inner interpreter) - Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007 Free Software Foundation, Inc. This file is part of Gforth. @@ -24,7 +24,6 @@ #else #define USE_TOS #endif -#define USE_NO_FTOS #include "config.h" #include "forth.h"