summaryrefslogtreecommitdiff
path: root/fenv.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-21 20:23:52 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-21 20:23:52 -0400
commit10235d9f43e50c818668d01ba39f7bcfb4cd2e4b (patch)
tree87d95139031e655b660eab6afc0fb1b1d237d28f /fenv.h
parent7b5210e1be743a1f95774897327caa54c114d057 (diff)
update and cleanup
Diffstat (limited to 'fenv.h')
-rw-r--r--fenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fenv.h b/fenv.h
index 14e4639..9ced259 100644
--- a/fenv.h
+++ b/fenv.h
@@ -28,7 +28,7 @@ SOFTWARE.
*/
#if !(defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__)
-#error "<fenv.h> requires C99 or higher"
+# error "<fenv.h> requires C99 or higher"
#endif
#define FE_ALL_EXCEPT (FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW)