source:
branches/lib/GDE/MAFFT/mafft-7.055-with-extensions/core/dp.h
| Last change on this file was 10371, checked in by aboeckma, 12 years ago | |
|---|---|
| File size: 185 bytes | |
| Line | |
|---|---|
| 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; |
Note: See TracBrowser
for help on using the repository browser.
