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

version 1.2, 1996/10/06 22:24:17 version 1.3, 1996/11/07 22:31:32
Line 51 Line 51
 #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.2  
changed lines
  Added in v.1.3


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