Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fixed typo in G_THREADS_ENABLED.
Browse files Browse the repository at this point in the history
2002-02-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* Fixed typo in G_THREADS_ENABLED.
  • Loading branch information
Sebastian Wilhelmi authored and Sebastian Wilhelmi committed Feb 9, 2002
1 parent 9e240b8 commit 6715999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions gthread/ChangeLog
@@ -1,8 +1,10 @@
2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* gthread-impl.c: Only compile most of this file, if
G_THREAD_ENABLED is set.

G_THREADS_ENABLED is set.

* Fixed typo in G_THREADS_ENABLED.

2002-01-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* gthread-solaris.c: Use g_free instead of free. Pointed out by
Expand Down
2 changes: 1 addition & 1 deletion gthread/gthread-impl.c
Expand Up @@ -37,7 +37,7 @@

#include <glib.h>

#ifdef G_THREAD_ENABLED
#ifdef G_THREADS_ENABLED

static gboolean thread_system_already_initialized = FALSE;
static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1];
Expand Down

0 comments on commit 6715999

Please sign in to comment.