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

version 1.3, 1995/11/07 18:06:28 version 1.4, 1996/02/13 11:12:13
Line 21 Line 21
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */  */
   
 /* Cell and UCell must be the same size as a pointer */  
 typedef long Cell;  
 typedef unsigned long UCell;  
   
 /* DCell and UDCell must be twice as large as Cell */  
 typedef long long DCell;  
 typedef unsigned long long UDCell;  
   
 /* define this if IEEE singles and doubles are available as C data types */  /* define this if IEEE singles and doubles are available as C data types */
 #define IEEE_FP  #define IEEE_FP
   

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


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