Diff for /gforth/arch/386/machine.h between versions 1.19 and 1.20

version 1.19, 2002/08/28 17:50:28 version 1.20, 2002/11/24 13:54:01
Line 113 Line 113
 #define IS_NEXT_JUMP(_addr) (((*(Cell *)(symbols1[i]+j))&0xfff8ff) == 0xfc60ff)  #define IS_NEXT_JUMP(_addr) (((*(Cell *)(symbols1[i]+j))&0xfff8ff) == 0xfc60ff)
         /* jmp -4(reg), i.e., the NEXT jump */          /* jmp -4(reg), i.e., the NEXT jump */
   
 #ifdef FORCE_REG  #if defined(FORCE_REG) && !defined(DOUBLY_INDIRECT)
 #if (__GNUC__==2 && defined(__GNUC_MINOR__) && __GNUC_MINOR__==5)  #if (__GNUC__==2 && defined(__GNUC_MINOR__) && __GNUC_MINOR__==5)
 /* i.e. gcc-2.5.x */  /* i.e. gcc-2.5.x */
 /* this works with 2.5.7; nothing works with 2.5.8 */  /* this works with 2.5.7; nothing works with 2.5.8 */
Line 151 Line 151
 #endif  /* !(gcc-2.95 or later) */  #endif  /* !(gcc-2.95 or later) */
 #endif /* !defined(USE_TOS) || defined(CFA_NEXT) */  #endif /* !defined(USE_TOS) || defined(CFA_NEXT) */
 #endif /* !gcc-2.5.x */  #endif /* !gcc-2.5.x */
 #endif /* FORCE_REG */  #endif /* defined(FORCE_REG) && !defined(DOUBLY_INDIRECT) */
   
 /* #define ALIGNMENT_CHECK 1 */  /* #define ALIGNMENT_CHECK 1 */

Removed from v.1.19  
changed lines
  Added in v.1.20


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