--- gforth/arch/generic/machine.h 2010/08/21 19:08:46 1.32 +++ gforth/arch/generic/machine.h 2012/12/31 15:25:18 1.36 @@ -2,7 +2,7 @@ This is a generic file for 32-bit machines with IEEE FP arithmetic (no VMS). It only supports indirect threading. - Copyright (C) 1995,1998,1999,2003,2007,2008 Free Software Foundation, Inc. + Copyright (C) 1995,1998,1999,2003,2007,2008,2010,2012 Free Software Foundation, Inc. This file is part of Gforth. @@ -47,6 +47,11 @@ #endif #endif +#ifndef CLOBBER_TOS_WORKAROUND_START +#define CLOBBER_TOS_WORKAROUND_START +#define CLOBBER_TOS_WORKAROUND_END +#endif + #ifndef INDIRECT_THREADED #ifndef DIRECT_THREADED #define DIRECT_THREADED @@ -114,4 +119,6 @@ typedef void *Label; #define HAS_64BIT #endif +#define HAS_OBJECTS + #define RELINFOBITS 8