Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / mafft / core / dp.h
diff --git a/website/archive/binaries/mac/src/mafft/core/dp.h b/website/archive/binaries/mac/src/mafft/core/dp.h
new file mode 100644 (file)
index 0000000..3b27820
--- /dev/null
@@ -0,0 +1,10 @@
+#ifdef enablemultithread
+#define TLS __thread
+#else
+#define TLS 
+#endif
+
+extern TLS int commonAlloc1;
+extern TLS int commonAlloc2;
+extern TLS int **commonIP;
+extern TLS int **commonJP;