[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

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

version 1.67, Sun Jul 31 20:27:42 2005 UTC version 1.68, Sun Dec 4 13:46:12 2005 UTC
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)


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help