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

Diff for /OpenXM_contrib/gmp/mpn/generic/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:25 version 1.1.1.3, 2003/08/25 16:06:20
Line 1 
Line 1 
 /* gmp-mparam.h -- Compiler/machine parameter header file.  /* Generic C gmp-mparam.h -- Compiler/machine parameter header file.
   
 Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.  Copyright 1991, 1993, 1994, 2000 Free Software Foundation, Inc.
   
 This file is part of the GNU MP Library.  This file is part of the GNU MP Library.
   
Line 19  along with the GNU MP Library; see the file COPYING.LI
Line 19  along with the GNU MP Library; see the file COPYING.LI
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,  the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 MA 02111-1307, USA. */  MA 02111-1307, USA. */
   
 #define BITS_PER_MP_LIMB 32  
 #define BYTES_PER_MP_LIMB 4  /* Values for BITS_PER_MP_LIMB etc will be determined by ./configure and put
 #define BITS_PER_LONGINT 32     in config.h. */
 #define BITS_PER_INT 32  
 #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>