mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
-DG_LOG_DOMAIN="GThread", we don't need an extern variable for that
Thu Dec 17 03:38:57 1998 Tim Janik <timj@gtk.org> * Makefile.am: -DG_LOG_DOMAIN="GThread", we don't need an extern variable for that (noticed by Joel Becker <jlbec@ocala.cs.miami.edu>)
This commit is contained in:
parent
5f26d8d9a2
commit
2f1f82f60f
@ -1,3 +1,8 @@
|
||||
Thu Dec 17 03:38:57 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: -DG_LOG_DOMAIN="GThread", we don't need an extern
|
||||
variable for that (noticed by Joel Becker <jlbec@ocala.cs.miami.edu>)
|
||||
|
||||
Wed Dec 16 03:16:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* testgthread.c: s/g_thread_supported/g_thread_supported ()/
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread -DG_LOG_DOMAIN=g_log_domain_gthread
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread -DG_LOG_DOMAIN=\"GThread\"
|
||||
|
||||
EXTRA_DIST = \
|
||||
gthread-posix.c \
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
static const char *g_log_domain_gthread = "GThread";
|
||||
static gboolean thread_system_already_initialized = FALSE;
|
||||
|
||||
#include G_THREAD_SOURCE
|
||||
|
Loading…
Reference in New Issue
Block a user