Add missing static pointed out by Michael Meeks.

Wed Apr 18 17:35:38 2001  Owen Taylor  <otaylor@redhat.com>

	* gutils.c (_glib_gettext): Add missing static pointed
	out by Michael Meeks.
This commit is contained in:
Owen Taylor 2001-04-18 21:37:25 +00:00 committed by Owen Taylor
parent 9abb307200
commit c8c685d305
10 changed files with 42 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1,3 +1,8 @@
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed
out by Michael Meeks.
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
* MAINTAINERS: Removed. Keeping README, README.cvs-commits

View File

@ -1122,7 +1122,7 @@ g_get_codeset (void)
G_CONST_RETURN gchar *
_glib_gettext (const gchar *str)
{
gboolean _glib_gettext_initialized = FALSE;
static gboolean _glib_gettext_initialized = FALSE;
if (!_glib_gettext_initialized)
{

View File

@ -1122,7 +1122,7 @@ g_get_codeset (void)
G_CONST_RETURN gchar *
_glib_gettext (const gchar *str)
{
gboolean _glib_gettext_initialized = FALSE;
static gboolean _glib_gettext_initialized = FALSE;
if (!_glib_gettext_initialized)
{