Diff for /gforth/Attic/mips.h between versions 1.7 and 1.8

version 1.7, 1996/07/26 15:28:29 version 1.8, 1997/03/04 17:49:53
Line 94 Line 94
 #define DOES_CODE1(cfa) ((Xt *)(((char *)CODE_ADDRESS(cfa))+DOES_HANDLER_SIZE))  #define DOES_CODE1(cfa) ((Xt *)(((char *)CODE_ADDRESS(cfa))+DOES_HANDLER_SIZE))
   
   
 #       define DOES_HANDLER_SIZE        8  
 #       define MAKE_DOES_CF(cfa,does_code) \  #       define MAKE_DOES_CF(cfa,does_code) \
                         ({long does_handlerp=((long)(does_code))-DOES_HANDLER_SIZE; \                          ({long does_handlerp=((long)(does_code))-DOES_HANDLER_SIZE; \
                           long *_cfa = (long*)(cfa); \                            long *_cfa = (long*)(cfa); \

Removed from v.1.7  
changed lines
  Added in v.1.8


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