source: branches/stable/GDE/MAFFT/mafft-7.055-with-extensions/core/dp.h

Last change on this file was 10371, checked in by aboeckma, 11 years ago

updated mafft version. Added extensions (no svn ignore, yet)

File size: 185 bytes
Line 
1#ifdef enablemultithread
2#define TLS __thread
3#else
4#define TLS
5#endif
6
7extern TLS int commonAlloc1;
8extern TLS int commonAlloc2;
9extern TLS int **commonIP;
10extern TLS int **commonJP;
Note: See TracBrowser for help on using the repository browser.