From 3bd4c27a09f061c27c69f9b8529a32a2c6cfeb33 Mon Sep 17 00:00:00 2001 From: Brian Gladman Date: Tue, 23 May 2017 19:50:52 +0100 Subject: [PATCH] minor change in logic.c --- tests/mpn/logic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpn/logic.c b/tests/mpn/logic.c index d7b91ed2..502133fd 100644 --- a/tests/mpn/logic.c +++ b/tests/mpn/logic.c @@ -25,7 +25,7 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ /* Fake native prevalence of the tested operations, so that we actually test the compiled functions, i.e., the ones which users will reach. The inlined variants will be tested through tests/mpz/logic.c. */ -#define HAVE_NATIVE_mpn_com 1 +#define HAVE_NATIVE_mpn_com_n 1 #define HAVE_NATIVE_mpn_and_n 1 #define HAVE_NATIVE_mpn_andn_n 1 #define HAVE_NATIVE_mpn_nand_n 1