Diff for /gforth/engine/forth.h between versions 1.62 and 1.63

version 1.62, 2004/12/31 13:24:03 version 1.63, 2005/01/17 16:52:46
Line 132  typedef struct { Line 132  typedef struct {
   
 /* DCell and UDCell must be twice as large as Cell */  /* DCell and UDCell must be twice as large as Cell */
 typedef DOUBLE_CELL_TYPE DCell;  typedef DOUBLE_CELL_TYPE DCell;
 typedef unsigned DOUBLE_CELL_TYPE UDCell;  typedef DOUBLE_UCELL_TYPE UDCell;
   
 #define OFF2UD(o)       ((UDCell)(o))  #define OFF2UD(o)       ((UDCell)(o))
 #define UD2OFF(ud)      ((off_t)(ud))  #define UD2OFF(ud)      ((off_t)(ud))

Removed from v.1.62  
changed lines
  Added in v.1.63


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