summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-30 16:32:14 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-30 16:32:14 +0000
commit03965c7165a22db6a65a2779dc761379aed8c875 (patch)
tree54189253dc5342ff6b723dbbea1bbc33175c0183 /math
parent47cae281a4e6e35b679ebde3419dec8fc6d71e07 (diff)
(parse_ulps): Remove extra \.
Diffstat (limited to 'math')
-rwxr-xr-xmath/gen-libm-test.pl2
1 files changed, 1 insertions, 1 deletions
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/) {