Diff for /gforth/Attic/386.h between versions 1.2 and 1.3

version 1.2, 1994/05/18 17:32:59 version 1.3, 1994/09/08 17:20:03
Line 26  typedef float SFloat; Line 26  typedef float SFloat;
 /* define this if the least-significant byte is at the largets address */  /* define this if the least-significant byte is at the largets address */
 /* #define BIG_ENDIAN */  /* #define BIG_ENDIAN */
   
   /* define this if the processor cannot exploit instruction-level
      parallelism and/or has few registers */
   #define CISC_NEXT
   
 #ifdef DIRECT_THREADED  #ifdef DIRECT_THREADED
 /* PFA gives the parameter field address corresponding to a cfa */  /* PFA gives the parameter field address corresponding to a cfa */
 #define PFA(cfa)        (((Cell *)cfa)+2)  #define PFA(cfa)        (((Cell *)cfa)+2)
Line 55  typedef float SFloat; Line 59  typedef float SFloat;
 #endif  #endif
   
 #define rint(x) floor((x)+0.5)  #define rint(x) floor((x)+0.5)
 /*  
 #define CISC_NEXT  
 */  

Removed from v.1.2  
changed lines
  Added in v.1.3


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