mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Fixed typo in G_THREADS_ENABLED.
2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * Fixed typo in G_THREADS_ENABLED.
This commit is contained in:
parent
9e240b85cc
commit
6715999ca1
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user