Diff for /gforth/os2conf.h between versions 1.1 and 1.3

version 1.1, 1996/10/06 22:24:19 version 1.3, 2000/10/03 22:30:06
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

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


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