From 6715999ca120887c199cb024c0c2518fdc71145e Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Sat, 9 Feb 2002 20:23:01 +0000 Subject: [PATCH] Fixed typo in G_THREADS_ENABLED. 2002-02-09 Sebastian Wilhelmi * Fixed typo in G_THREADS_ENABLED. --- gthread/ChangeLog | 6 ++++-- gthread/gthread-impl.c | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gthread/ChangeLog b/gthread/ChangeLog index b4a8704..09e67d4 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,8 +1,10 @@ 2002-02-09 Sebastian Wilhelmi * 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 * gthread-solaris.c: Use g_free instead of free. Pointed out by diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index f38ce81..ef79584 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -37,7 +37,7 @@ #include -#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]; -- 2.7.4