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

version 1.29, 2007/12/31 18:40:25 version 1.33, 2010/12/31 18:09:02
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 Free Software Foundation, Inc.    Copyright (C) 1995,1998,1999,2003,2007,2008,2010 Free Software Foundation, Inc.
   
   This file is part of Gforth.    This file is part of Gforth.
   
Line 80  typedef void *Label; Line 80  typedef void *Label;
 /* feature defines, these setting should be identical to the ones in machpc.fs */  /* feature defines, these setting should be identical to the ones in machpc.fs */
   
 #ifndef STANDALONE  #ifndef STANDALONE
 #warning hosted system  /* #warning hosted system */
 #define HAS_FILE  #define HAS_FILE
 #define HAS_FLOATING  #define HAS_FLOATING
 #define HAS_OS  #define HAS_OS
Line 110  typedef void *Label; Line 110  typedef void *Label;
 #define HAS_XCONDS  #define HAS_XCONDS
 #define HAS_STANDARDTHREADING  #define HAS_STANDARDTHREADING
   
   #if SIZEOF_CHAR_P==8
   #define HAS_64BIT
   #endif
   
 #define RELINFOBITS     8  #define RELINFOBITS     8

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


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