[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.64 and 1.65

version 1.64, Wed Jan 19 22:11:53 2005 UTC version 1.65, Tue Jan 25 22:16:30 2005 UTC
Line 108 
Line 108 
 #define F_TRUE (FLAG(0==0))  #define F_TRUE (FLAG(0==0))
 #define F_FALSE (FLAG(0!=0))  #define F_FALSE (FLAG(0!=0))
   
   /* define this false if you want native division */
   #define FLOORED_DIV ((1%-3)>0)
   
 #ifdef BUGGY_LONG_LONG  #ifdef BUGGY_LONG_LONG
   
 #define BUGGY_LL_CMP    /* compares not possible */  #define BUGGY_LL_CMP    /* compares not possible */


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help