Diff for /gforth/engine/forth.h between versions 1.67 and 1.68

version 1.67, 2005/07/31 20:27:42 version 1.68, 2005/12/04 13:46:12
Line 98 Line 98
   
 #include "machine.h"  #include "machine.h"
   
   /* C interface data types */
   
   typedef WYDE_TYPE Wyde;
   typedef TETRABYTE_TYPE Tetrabyte;
   typedef unsigned WYDE_TYPE UWyde;
   typedef unsigned TETRABYTE_TYPE UTetrabyte;
   
 /* Forth data types */  /* Forth data types */
 /* Cell and UCell must be the same size as a pointer */  /* Cell and UCell must be the same size as a pointer */
 #define CELL_BITS       (sizeof(Cell) * CHAR_BIT)  #define CELL_BITS       (sizeof(Cell) * CHAR_BIT)

Removed from v.1.67  
changed lines
  Added in v.1.68


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