[gforth] / gforth / dosconf.h  

gforth: gforth/dosconf.h

Diff for /gforth/dosconf.h between version 1.1 and 1.2

version 1.1, Tue Oct 1 19:46:26 1996 UTC version 1.2, Sun Oct 6 22:24:17 1996 UTC
Line 2 
Line 2 
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */  /* config.h.in.  Generated automatically from configure.in by autoheader.  */
   
 /* Define if `sys_siglist' is declared by <signal.h>.  */  /* Define if `sys_siglist' is declared by <signal.h>.  */
 /* #undef SYS_SIGLIST_DECLARED */  #undef SYS_SIGLIST_DECLARED
   
 /* 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
   
 /* 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 14 
Line 14 
 /* 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 long long  #define DOUBLE_CELL_TYPE long long
   
   /* 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 */
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help