Chromium Code Reviews| Index: fusl/src/math/fmal.c |
| diff --git a/fusl/src/math/fmal.c b/fusl/src/math/fmal.c |
| index 4506aac6f6abbe9545f0674dd645c121f5198617..41cf4c1e6e9ac0784dd165764b335bc481485f89 100644 |
| --- a/fusl/src/math/fmal.c |
| +++ b/fusl/src/math/fmal.c |
| @@ -164,7 +164,7 @@ static inline struct dd dd_mul(long double a, long double b) |
| */ |
| long double fmal(long double x, long double y, long double z) |
| { |
| - #pragma STDC FENV_ACCESS ON |
| + PRAGMA_STDC_FENV_ACCESS_ON |
| long double xs, ys, zs, adj; |
| struct dd xy, r; |
| int oround; |