PDB: Revert __thread storage for Mac

Partially reverts commit 03490825d5.
This commit is contained in:
Martin Pulec
2012-01-03 13:10:08 +01:00
parent cfc584cfee
commit 9e4f396d5e

View File

@@ -95,7 +95,11 @@ struct pdb {
#define BTREE_MAGIC 0x10101010
#define BTREE_NODE_MAGIC 0x01010101
static __thread int pdb_count;
static
#ifndef HAVE_MACOSX
__thread
#endif
int pdb_count;
static void pdb_validate_node(pdb_node_t * node, pdb_node_t * parent)
{