--- gforth/Attic/sparc.h 1994/12/12 17:10:51 1.3 +++ gforth/Attic/sparc.h 1994/12/14 16:15:33 1.4 @@ -1,10 +1,14 @@ /* - $Id: sparc.h,v 1.3 1994/12/12 17:10:51 anton Exp $ + $Id: sparc.h,v 1.4 1994/12/14 16:15:33 anton Exp $ Copyright 1992 by the ANSI figForth Development Group This is the machine-specific part for a SPARC */ +#if !defined(USE_TOS) && !defined(USE_NO_TOS) +#define USE_TOS +#endif + /* direct threading is probably faster on the SPARC, but has it been tested? Therefore, DIRECT_THREADED is not defined */