[BACK]Return to gmp-mparam.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpn / z8000

Diff for /OpenXM_contrib/gmp/mpn/z8000/Attic/gmp-mparam.h between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/09/09 14:12:44 version 1.1.1.3, 2003/08/25 16:06:31
Line 1 
Line 1 
 /* gmp-mparam.h -- Compiler/machine parameter header file.  /* gmp-mparam.h -- Compiler/machine parameter header file.
   
 Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.  Copyright 1991, 1993, 1994, 2001 Free Software Foundation, Inc.
   
 This file is part of the GNU MP Library.  This file is part of the GNU MP Library.
   
Line 21  MA 02111-1307, USA. */
Line 21  MA 02111-1307, USA. */
   
 #define BITS_PER_MP_LIMB 16  #define BITS_PER_MP_LIMB 16
 #define BYTES_PER_MP_LIMB 2  #define BYTES_PER_MP_LIMB 2
 #define BITS_PER_LONGINT 32  
 #define BITS_PER_INT 16  
 #define BITS_PER_SHORTINT 16  
 #define BITS_PER_CHAR 8  

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

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