From 14407b7e60d8e8f74ba5751c321051f5f3341cd4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 16 Nov 2013 12:46:52 +0000 Subject: Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. --- math/gen-libm-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/gen-libm-test.pl') diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index c2d10d3..b7083a2 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -216,7 +216,7 @@ sub parse_args { # consistency check if ($current_arg == $#args) { die ("wrong number of arguments") - unless ($args[$current_arg] =~ /EXCEPTION|ERRNO|IGNORE_ZERO_INF_SIGN/); + unless ($args[$current_arg] =~ /EXCEPTION|ERRNO|IGNORE_ZERO_INF_SIGN|NO_TEST_INLINE/); } elsif ($current_arg < $#args) { die ("wrong number of arguments"); } elsif ($current_arg > ($#args+1)) { -- cgit v1.1