From 03965c7165a22db6a65a2779dc761379aed8c875 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 30 Aug 2000 16:32:14 +0000 Subject: [PATCH] (parse_ulps): Remove extra \. --- math/gen-libm-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 1237e51021..052937f89e 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -514,7 +514,7 @@ sub parse_ulps { next; } if (/^Function: /) { - if (/\Real part of/) { + if (/Real part of/) { s/Real part of //; $type = 'real'; } elsif (/Imaginary part of/) {