Diff for /gforth/Attic/acconfig.h between versions 1.3 and 1.4

version 1.3, 1996/02/13 11:12:14 version 1.4, 1996/10/03 16:05:34
Line 45 Line 45
 /* an integer type that is twice as long as a pointer */  /* an integer type that is twice as long as a pointer */
 #define DOUBLE_CELL_TYPE none  #define DOUBLE_CELL_TYPE none
   
   /* a path separator character */
   #define PATHSEP ':'
   
 /* define this if there is no working DOUBLE_CELL_TYPE on your machine */  /* define this if there is no working DOUBLE_CELL_TYPE on your machine */
 #undef BUGGY_LONG_LONG  #undef BUGGY_LONG_LONG
   

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


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