]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(parse_ulps): Remove extra \.
authorAndreas Jaeger <aj@suse.de>
Wed, 30 Aug 2000 16:32:14 +0000 (16:32 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 30 Aug 2000 16:32:14 +0000 (16:32 +0000)
math/gen-libm-test.pl

index 1237e510215dc747a888763b4abfedf23629aeb0..052937f89e691e581398f3508582acdde5372ad3 100755 (executable)
@@ -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/) {