summaryrefslogtreecommitdiff
path: root/tests/mpc-tests.h
diff options
context:
space:
mode:
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 */