aboutsummaryrefslogtreecommitdiff
path: root/include/dynstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dynstr.h')
-rw-r--r--include/dynstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dynstr.h b/include/dynstr.h
index c50c515..a2e8f41 100644
--- a/include/dynstr.h
+++ b/include/dynstr.h
@@ -19,7 +19,7 @@
#include <stddef.h>
-#if __STDC_VERSION < 199901L
+#if __STDC_VERSION__ < 199901L
#error C99 support is mandatory for dynstr
#endif /* __STDC_VERSION < 199901L */