Diff for /gforth/engine/forth.h between versions 1.5 and 1.6

version 1.5, 1997/07/31 16:17:25 version 1.6, 1997/09/01 23:08:41
Line 53  typedef void *Label; Line 53  typedef void *Label;
 /* the size of the DOESJUMP, which resides between DOES> and the does-code */  /* the size of the DOESJUMP, which resides between DOES> and the does-code */
 #define DOES_HANDLER_SIZE       (2*sizeof(Cell))  #define DOES_HANDLER_SIZE       (2*sizeof(Cell))
   
 #include "../machine/machine.h"  #include "machine.h"
   
 /* 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 */

Removed from v.1.5  
changed lines
  Added in v.1.6


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