[gforth] / gforth / dosconf.h  

gforth: gforth/dosconf.h

Diff for /gforth/dosconf.h between version 1.4 and 1.5

version 1.4, Sat Dec 14 14:21:19 1996 UTC version 1.5, Sat Dec 12 22:32:04 1998 UTC
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.4.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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help