summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toc.c b/toc.c
index c574731..cb01b34 100644
--- a/toc.c
+++ b/toc.c
@@ -35,7 +35,7 @@
/* use toc_alignof only for non-structs. it may be incorrect for pre-C(++)11. */
-#if __STDC_VERSION__ >= 201112 || __cplusplus >= 201103L
+#if (__STDC_VERSION__ >= 201112 || __cplusplus >= 201103L) && !defined __TINYC__
#include <stdalign.h>
#define toc_alignof alignof