Diff for /gforth/Attic/sparc.h between versions 1.3 and 1.4

version 1.3, 1994/12/12 17:10:51 version 1.4, 1994/12/14 16:15:33
Line 5 Line 5
   This is the machine-specific part for a SPARC    This is the machine-specific part for a SPARC
 */  */
   
   #if !defined(USE_TOS) && !defined(USE_NO_TOS)
   #define USE_TOS
   #endif
   
 /* direct threading is probably faster on the SPARC, but has it been  /* direct threading is probably faster on the SPARC, but has it been
    tested? Therefore, DIRECT_THREADED is not defined */     tested? Therefore, DIRECT_THREADED is not defined */
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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