const correctness fixes, found by Arjan van de Ven and gcc.

2005-11-17  Matthias Clasen  <mclasen@redhat.com>

	* glib/gbacktrace.c:
	* glib/gdate.c:
	* glib/gthread.c: const correctness fixes, found
	by Arjan van de Ven and gcc.
This commit is contained in:
Matthias Clasen
2005-11-17 13:17:22 +00:00
committed by Matthias Clasen
parent cac3d6ea8d
commit 92ea153ae9
8 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* glib-genmarshal.c: const correctness fixes, found
by Arjan van de Ven and gcc.
Tue Nov 1 17:07:43 2005 Tim Janik <timj@imendio.com>
* gsignal.c: allocate signal handlers and handler match structures

View File

@@ -115,7 +115,7 @@ static GScannerConfig scanner_config_template =
FALSE /* symbol_2_token */,
FALSE /* scope_0_fallback */,
};
static gchar *std_marshaller_prefix = "g_cclosure_marshal";
static gchar * const std_marshaller_prefix = "g_cclosure_marshal";
static gchar *marshaller_prefix = "g_cclosure_user_marshal";
static GHashTable *marshallers = NULL;
static gboolean gen_cheader = FALSE;