aboutsummaryrefslogtreecommitdiff
path: root/serializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'serializer.h')
-rw-r--r--serializer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/serializer.h b/serializer.h
index 091e0e8..2e16a7d 100644
--- a/serializer.h
+++ b/serializer.h
@@ -19,10 +19,6 @@
#include <stddef.h>
-#if __STDC_VERSION__ < 199901L
-#error C99 support is mandatory for serializer
-#endif /* __STDC_VERSION < 199901L */
-
#ifdef __cplusplus
extern "C"
{