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

@@ -473,7 +473,7 @@ static GDateDMY dmy_order[3] =
* are counted as in the year 1900.
*/
static GDateYear twodigit_start_year = 1930;
static const GDateYear twodigit_start_year = 1930;
/* It is impossible to enter a year between 1 AD and 99 AD with this
* in effect.