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