Diff for /gforth/arch/generic/machine.h between versions 1.33 and 1.36

version 1.33, 2010/12/31 18:09:02 version 1.36, 2012/12/31 15:25:18
Line 2 Line 2
   This is a generic file for 32-bit machines with IEEE FP arithmetic (no VMS).    This is a generic file for 32-bit machines with IEEE FP arithmetic (no VMS).
   It only supports indirect threading.    It only supports indirect threading.
   
   Copyright (C) 1995,1998,1999,2003,2007,2008,2010 Free Software Foundation, Inc.    Copyright (C) 1995,1998,1999,2003,2007,2008,2010,2012 Free Software Foundation, Inc.
   
   This file is part of Gforth.    This file is part of Gforth.
   
Line 47 Line 47
 #endif  #endif
 #endif  #endif
   
   #ifndef CLOBBER_TOS_WORKAROUND_START
   #define CLOBBER_TOS_WORKAROUND_START
   #define CLOBBER_TOS_WORKAROUND_END
   #endif
   
 #ifndef INDIRECT_THREADED  #ifndef INDIRECT_THREADED
 #ifndef DIRECT_THREADED  #ifndef DIRECT_THREADED
 #define DIRECT_THREADED  #define DIRECT_THREADED
Line 114  typedef void *Label; Line 119  typedef void *Label;
 #define HAS_64BIT  #define HAS_64BIT
 #endif  #endif
   
   #define HAS_OBJECTS
   
 #define RELINFOBITS     8  #define RELINFOBITS     8

Removed from v.1.33  
changed lines
  Added in v.1.36


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>