--- gforth/engine/engine.c 1999/02/06 22:28:24 1.11 +++ gforth/engine/engine.c 1999/05/12 19:30:30 1.12 @@ -213,7 +213,7 @@ static int ufileattr[6]= { /* declare and compute cfa for certain threading variants */ /* warning: this is nonsyntactical; it will not work in place of a statement */ -#ifdef CFA_NEXT +#ifndef GETCFA #define DOCFA #else #define DOCFA Xt cfa; GETCFA(cfa)