diff options
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/math.h b/math/math.h index 2ac6f11032..5381f29e9a 100644 --- a/math/math.h +++ b/math/math.h @@ -306,7 +306,7 @@ extern int matherr __P ((struct exception *__exc)); /* Get machine-dependent inline versions (if there are any). */ -#ifdef __OPTIMIZE__ +#ifdef __USE_EXTERN_INLINES # include <bits/mathinline.h> #endif |