summaryrefslogtreecommitdiff
path: root/tests/mpc-tests.h
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-03 19:39:33 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-03 19:39:33 +0000
commit42c8f0135fab40c6f70d97f16f3e8fcd127dcec6 (patch)
tree30030d0a926714389751f127b0a085bc82fec82b /tests/mpc-tests.h
parentcd2581b4c05b828889d2011c89100d0934dc3875 (diff)
downloadmpc-42c8f0135fab40c6f70d97f16f3e8fcd127dcec6.tar.gz
mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr;
define as __GMP_DECLSPEC_EXPORT if library is compiled and __GMP_LIBGMP_DLL, as in gmp otherwise git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1109 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/mpc-tests.h')
-rw-r--r--tests/mpc-tests.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mpc-tests.h b/tests/mpc-tests.h
index b437ddf..c0f7c46 100644
--- a/tests/mpc-tests.h
+++ b/tests/mpc-tests.h
@@ -18,8 +18,8 @@ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see http://www.gnu.org/licenses/ .
*/
-#ifndef MPC_TESTS_H
-#define MPC_TESTS_H
+#ifndef __MPC_TESTS_H
+#define __MPC_TESTS_H
#include <stdio.h>
#include <ctype.h>
@@ -188,4 +188,4 @@ extern void read_mpc (FILE *fp, mpc_ptr z, known_signs_t *ks);
#define TERNARY_ERROR 254
/* special value to indicate that an error occurred in an mpc function */
-#endif /* MPC_TESTS_H */
+#endif /* __MPC_TESTS_H */