Diff for /gforth/Attic/decstation.h between versions 1.4 and 1.5

version 1.4, 1994/11/29 16:22:38 version 1.5, 1994/11/30 17:46:04
Line 1 Line 1
 /*  /*
   $Id$  
   Copyright 1992 by the ANSI figForth Development Group    Copyright 1992 by the ANSI figForth Development Group
   
   This is the machine-specific part for a Decstation running Ultrix    This is the machine-specific part for a Decstation running Ultrix
Line 111  typedef float SFloat; Line 110  typedef float SFloat;
   
 #endif  #endif
   
   #ifdef FORCE_REG
   #define IPREG asm("$16")
   #define SPREG asm("$17")
   #define RPREG asm("$18")
   #define LPREG asm("$19")
   #define CFAREG asm("$20")
   #define TOSREG asm("$21")
   #endif /* FORCE_REG */

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


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