Fixed typo in G_THREADS_ENABLED.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Sat, 9 Feb 2002 20:23:01 +0000 (20:23 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Sat, 9 Feb 2002 20:23:01 +0000 (20:23 +0000)
2002-02-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* Fixed typo in G_THREADS_ENABLED.

gthread/ChangeLog
gthread/gthread-impl.c

index b4a8704a0aca4ca7143b59ef74deb1c551b4a930..09e67d462c01401ddaeadc525beb7fb8ddeaa9ee 100644 (file)
@@ -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
index f38ce81cbd860cd03713487c6717f32e10d2e057..ef79584b3f89f474872fc9b166252d62021a4910 100644 (file)
@@ -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];