aboutsummaryrefslogtreecommitdiff
path: root/flatcc
diff options
context:
space:
mode:
Diffstat (limited to 'flatcc')
-rw-r--r--flatcc/include/flatcc/portable/paligned_alloc.h2
-rwxr-xr-xflatcc/update.sh6
2 files changed, 7 insertions, 1 deletions
diff --git a/flatcc/include/flatcc/portable/paligned_alloc.h b/flatcc/include/flatcc/portable/paligned_alloc.h
index 70b00b9..8825de1 100644
--- a/flatcc/include/flatcc/portable/paligned_alloc.h
+++ b/flatcc/include/flatcc/portable/paligned_alloc.h
@@ -112,7 +112,7 @@ extern "C" {
#ifdef PORTABLE_DEBUG_ALIGNED_ALLOC
#error "DEBUG: C11_ALIGNED_ALLOC configured"
#endif
-#elif defined(_MSC_VER) || defined(__MINGW32__)
+#elif 0
#ifdef PORTABLE_DEBUG_ALIGNED_ALLOC
#error "DEBUG: Windows _aligned_malloc configured"
diff --git a/flatcc/update.sh b/flatcc/update.sh
new file mode 100755
index 0000000..fb66a0b
--- /dev/null
+++ b/flatcc/update.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+set -e
+set -x
+
+git subtree pull --squash --prefix=flatcc https://github.com/dvidelabs/flatcc.git master