Diff for /gforth/Attic/power.h between versions 1.5 and 1.6

version 1.5, 1996/07/26 16:16:55 version 1.6, 1997/03/04 17:49:54
Line 83 Line 83
 /* the does handler resides between DOES> and the following Forth  /* the does handler resides between DOES> and the following Forth
    code. Since the code-field jumps directly to dodoes, the     code. Since the code-field jumps directly to dodoes, the
    does-handler is not needed for the Power architecture */     does-handler is not needed for the Power architecture */
 #define DOES_HANDLER_SIZE       8  
 #define MAKE_DOES_HANDLER(addr)   0  #define MAKE_DOES_HANDLER(addr)   0
   
 /* This makes a code field for a does-defined word. doesp is the  /* This makes a code field for a does-defined word. doesp is the

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


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