Description: explicit extern declaration for gt_numorbits Origin: debian Author: Jerome Benoit Last-Update: 2013-11-22 --- a/labelg.c +++ b/labelg.c @@ -88,7 +88,6 @@ static nauty_counter orbtotal; static double unorbtotal; -extern int gt_numorbits; /**************************************************************************/ --- a/gtools-h.in +++ b/gtools-h.in @@ -273,6 +273,7 @@ extern TLS_ATTR char *readg_line; extern TLS_ATTR size_t ogf_linelen; extern TLS_ATTR boolean is_pipe; +extern TLS_ATTR int gt_numorbits; #ifdef __cplusplus } --- a/gtnauty.c +++ b/gtnauty.c @@ -18,7 +18,7 @@ static int fuzz2[] = {006532,070236,035523,062437}; #define FUZZ2(x) ((x) ^ fuzz2[(x)&3]) -int gt_numorbits; +TLS_ATTR int gt_numorbits; #ifdef REFINE void REFINE(graph*,int*,int*,int,int*,int*,set*,int*,int,int);