Diff for /gforth/engine/engine.c between versions 1.28 and 1.29

version 1.28, 2001/02/27 21:17:11 version 1.29, 2001/03/18 12:39:34
Line 244  static int ufileattr[6]= { Line 244  static int ufileattr[6]= {
 #define vm_longname2Cell(x)     ((Cell)(x))  #define vm_longname2Cell(x)     ((Cell)(x))
 #define vm_r2Float(x)   (x)  #define vm_r2Float(x)   (x)
   
   #define vm_Cell2Cell(x)         (x)
   
 /* if machine.h has not defined explicit registers, define them as implicit */  /* if machine.h has not defined explicit registers, define them as implicit */
 #ifndef IPREG  #ifndef IPREG
 #define IPREG  #define IPREG

Removed from v.1.28  
changed lines
  Added in v.1.29


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