23a194b2c8
fixed ppc build OBS-URL: https://build.opensuse.org/request/show/89734 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=15
22 lines
424 B
Diff
22 lines
424 B
Diff
Index: grep-2.9/gnulib-tests/test-float.c
|
|
===================================================================
|
|
--- grep-2.9.orig/gnulib-tests/test-float.c
|
|
+++ grep-2.9/gnulib-tests/test-float.c
|
|
@@ -361,16 +361,6 @@ main ()
|
|
test_float ();
|
|
test_double ();
|
|
|
|
- {
|
|
- DECL_LONG_DOUBLE_ROUNDING
|
|
-
|
|
- BEGIN_LONG_DOUBLE_ROUNDING ();
|
|
-
|
|
- test_long_double ();
|
|
-
|
|
- END_LONG_DOUBLE_ROUNDING ();
|
|
- }
|
|
-
|
|
return 0;
|
|
}
|
|
|