comparison mafft/core/dp.h @ 18:e4d75f9efb90 draft

planemo upload commit b'4303231da9e48b2719b4429a29b72421d24310f4\n'-dirty
author nick
date Thu, 02 Feb 2017 18:44:31 -0500
parents
children
comparison
equal deleted inserted replaced
17:836fa4fe9494 18:e4d75f9efb90
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;