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