Replaced some gmp.h's with mpir.h's.
This commit is contained in:
parent
55450e60c3
commit
6217b581e1
@ -1,4 +1,4 @@
|
||||
@set UPDATED 16 January 2010
|
||||
@set UPDATED-MONTH January 2010
|
||||
@set EDITION 1.3.0
|
||||
@set VERSION 1.3.0
|
||||
@set UPDATED 4 April 2010
|
||||
@set UPDATED-MONTH April 2010
|
||||
@set EDITION 2.0.0
|
||||
@set VERSION 2.0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set UPDATED 01 April 2010
|
||||
@set UPDATED 4 April 2010
|
||||
@set UPDATED-MONTH April 2010
|
||||
@set EDITION 2.0.0
|
||||
@set VERSION 2.0.0
|
||||
|
@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "gmp.h"
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
void
|
||||
|
@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "gmp.h"
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
void
|
||||
|
@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "gmp.h"
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
void
|
||||
|
@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "gmp.h"
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
void
|
||||
|
@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "gmp.h"
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
void
|
||||
|
@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "gmp.h"
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user