Fix core WST file
[jabaws.git] / binaries / src / mafft / core / dp.h
1 #ifdef enablemultithread
2 #define TLS __thread
3 #else
4 #define TLS 
5 #endif
6
7 extern TLS int commonAlloc1;
8 extern TLS int commonAlloc2;
9 extern TLS int **commonIP;
10 extern TLS int **commonJP;