Diff for /gforth/dosconf.h between versions 1.3 and 1.6

version 1.3, 1996/11/07 22:31:32 version 1.6, 2000/10/03 22:30:05
Line 6 Line 6
   
 /* Define if your processor stores words with the most significant  /* Define if your processor stores words with the most significant
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */     byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN  /* #undef WORDS_BIGENDIAN */
   
   /* Package name */
   #define PACKAGE "gforth"
   
   /* Package version */
   #define VERSION "0.5.0"
   
 /* an integer type that is as long as a pointer */  /* an integer type that is as long as a pointer */
 #define CELL_TYPE int  #define CELL_TYPE int
Line 51 Line 57
 #define HAVE_LIBM 1  #define HAVE_LIBM 1
 /* Of course, sys_siglist is a variable, not a function */  /* Of course, sys_siglist is a variable, not a function */
   
 /* Define FUZZ for better image positioning */  
 #define FUZZ 0x4000  
   
 /* Define if you want to force a direct threaded code implementation  /* Define if you want to force a direct threaded code implementation
    (does not work on all machines */     (does not work on all machines */
 /* Define if you want to force an indirect threaded code implementation */  /* Define if you want to force an indirect threaded code implementation */

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


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