Diff for /gforth/Attic/386.h between versions 1.14 and 1.15

version 1.14, 1996/08/21 14:58:37 version 1.15, 1997/03/04 17:49:45
Line 56 Line 56
   
 /* this is the point where the does code starts if label points to the  /* this is the point where the does code starts if label points to the
  * jump dodoes */   * jump dodoes */
 #define DOES_HANDLER_SIZE       8  
 #define DOES_CODE(xt) \  #define DOES_CODE(xt) \
 ({ long _xt = (long)(xt); \  ({ long _xt = (long)(xt); \
    long _ca = (long)(CODE_ADDRESS(_xt)); \     long _ca = (long)(CODE_ADDRESS(_xt)); \

Removed from v.1.14  
changed lines
  Added in v.1.15


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