[Gmp-commit] /var/hg/gmp: Remove bogus __GMP_DECLSPECs.

mercurial at gmplib.org mercurial at gmplib.org
Mon Apr 2 16:40:32 CEST 2012


details:   /var/hg/gmp/rev/0281a78782ab
changeset: 14787:0281a78782ab
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Apr 02 16:40:27 2012 +0200
description:
Remove bogus __GMP_DECLSPECs.

diffstat:

 ChangeLog  |  4 ++++
 gmp-impl.h |  8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 047cfedd2d90 -r 0281a78782ab ChangeLog
--- a/ChangeLog	Sun Apr 01 12:23:18 2012 +0200
+++ b/ChangeLog	Mon Apr 02 16:40:27 2012 +0200
@@ -1,3 +1,7 @@
+2012-04-02  Torbjorn Granlund  <tege at gmplib.org>
+
+	* gmp-impl.h (doprnt_format_t, etc): Remove bogus __GMP_DECLSPECs.
+
 2012-03-30 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* mpn/x86_64/sqr_basecase.asm: Speed-up for small cases.
diff -r 047cfedd2d90 -r 0281a78782ab gmp-impl.h
--- a/gmp-impl.h	Sun Apr 01 12:23:18 2012 +0200
+++ b/gmp-impl.h	Mon Apr 02 16:40:27 2012 +0200
@@ -4284,10 +4284,10 @@
 
 #if _GMP_H_HAVE_VA_LIST
 
-__GMP_DECLSPEC typedef int (*doprnt_format_t) (void *, const char *, va_list);
-__GMP_DECLSPEC typedef int (*doprnt_memory_t) (void *, const char *, size_t);
-__GMP_DECLSPEC typedef int (*doprnt_reps_t)   (void *, int, int);
-__GMP_DECLSPEC typedef int (*doprnt_final_t)  (void *);
+typedef int (*doprnt_format_t) (void *, const char *, va_list);
+typedef int (*doprnt_memory_t) (void *, const char *, size_t);
+typedef int (*doprnt_reps_t)   (void *, int, int);
+typedef int (*doprnt_final_t)  (void *);
 
 struct doprnt_funs_t {
   doprnt_format_t  format;


More information about the gmp-commit mailing list