Chromium Code Reviews| Index: fusl/src/math/llrintl.c |
| diff --git a/fusl/src/math/llrintl.c b/fusl/src/math/llrintl.c |
| index 3449f6f2b400944f64076270433144626d9eb4b5..56150fb2bdd5847397fab4e4d06882db1e2d6d18 100644 |
| --- a/fusl/src/math/llrintl.c |
| +++ b/fusl/src/math/llrintl.c |
| @@ -18,7 +18,7 @@ raises inexact (with tonearest or upward rounding mode) |
| */ |
| long long llrintl(long double x) |
| { |
| - #pragma STDC FENV_ACCESS ON |
| + PRAGMA_STDC_FENV_ACCESS_ON |
| int e; |
| e = fetestexcept(FE_INEXACT); |