Diff for /gforth/arch/m68k/machine.h between versions 1.6 and 1.7

version 1.6, 1998/12/08 22:02:55 version 1.7, 1999/02/06 22:28:23
Line 19 Line 19
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */  */
   
   #ifndef THREADING_SCHEME
   #define THREADING_SCHEME 3
   #endif
   
 /* direct threading is faster at least on 68030 */  /* direct threading is faster at least on 68030 */
 #if !defined INDIRECT_THREADED && !defined DIRECT_THREADED  #if !defined INDIRECT_THREADED && !defined DIRECT_THREADED
 #define DIRECT_THREADED  #define DIRECT_THREADED
Line 32 Line 36
 #define USE_TOS  #define USE_TOS
 #endif  #endif
   
 #define AUTO_INCREMENT  
   
   
 #include "../generic/machine.h"  #include "../generic/machine.h"
   
 /* Clearing the whole cache is a bit drastic, but this is the only  /* Clearing the whole cache is a bit drastic, but this is the only

Removed from v.1.6  
changed lines
  Added in v.1.7


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