--- gforth/arch/generic/Attic/128bit.h 2005/01/19 22:11:53 1.2 +++ gforth/arch/generic/Attic/128bit.h 2005/01/21 09:42:12 1.3 @@ -19,6 +19,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ +#ifdef FORCE_LL #warning hand-defined int128_t typedef int int128_t __attribute__((__mode__(TI))); typedef unsigned int uint128_t __attribute__((__mode__(TI))); +#endif