[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.48 and 1.49

version 1.48, Sun Jan 26 20:56:38 2003 UTC version 1.49, Mon Jan 27 18:59:42 2003 UTC
Line 99 
Line 99 
 typedef DOUBLE_CELL_TYPE DCell;  typedef DOUBLE_CELL_TYPE DCell;
 typedef unsigned DOUBLE_CELL_TYPE UDCell;  typedef unsigned DOUBLE_CELL_TYPE UDCell;
   
 #define IOR(flag)       ((flag)? -512-errno : 0)  
 #define OFF2UD(o)       ((UDCell)(o))  #define OFF2UD(o)       ((UDCell)(o))
 #define UD2OFF(ud)      ((off_t)(ud))  #define UD2OFF(ud)      ((off_t)(ud))
 #define DZERO           ((DCell)0)  #define DZERO           ((DCell)0)
Line 250 
Line 249 
   Cell n4;    Cell n4;
 };  };
   
   #define IOR(flag)       ((flag)? -512-errno : 0)
   
 Label *engine(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);  Label *engine(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);
 Label *engine2(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);  Label *engine2(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);
 Label *engine3(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);  Label *engine3(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help