summaryrefslogtreecommitdiff
path: root/ghash.c
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1999-02-10 09:40:46 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1999-02-10 09:40:46 +0000
commitb37e032581c44135b480dc74ae0355e72eef1372 (patch)
tree1383321de137c199aad6982bb13e4a4f8040f358 /ghash.c
parenta8ff1b4fcef1e2c53603b30b918304f7be9f27b4 (diff)
downloadglib-b37e032581c44135b480dc74ae0355e72eef1372.tar.gz
s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macro
1999-02-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h: s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macro to declare a lock externally.
Diffstat (limited to 'ghash.c')
-rw-r--r--ghash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghash.c b/ghash.c
index 8de3a5cd3..02fddbe07 100644
--- a/ghash.c
+++ b/ghash.c
@@ -57,7 +57,7 @@ static void g_hash_node_destroy (GHashNode *hash_node);
static void g_hash_nodes_destroy (GHashNode *hash_node);
-G_LOCK_DECLARE_STATIC (g_hash_global);
+G_LOCK_DEFINE_STATIC (g_hash_global);
static GMemChunk *node_mem_chunk = NULL;
static GHashNode *node_free_list = NULL;