remove spurious IA prefix from g_quark_try_string.

Sun Mar 13 21:28:47 2005  Manish Singh  <yosh@gimp.org>

        * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
This commit is contained in:
Manish Singh 2005-03-14 05:30:08 +00:00 committed by Manish Singh
parent f3db853476
commit dc232b4900
5 changed files with 25 additions and 9 deletions

View File

@ -1,9 +1,13 @@
005-03-13 Matthias Clasen <mclasen@redhat.com>
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:
* glib/gcache.c: Small fixes to the previous commit.
005-03-13 Matthias Clasen <mclasen@redhat.com>
2005-03-13 Matthias Clasen <mclasen@redhat.com>
Make PLT-reduction work with gcc4, and don't include
everything in galias.h:

View File

@ -1,9 +1,13 @@
005-03-13 Matthias Clasen <mclasen@redhat.com>
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:
* glib/gcache.c: Small fixes to the previous commit.
005-03-13 Matthias Clasen <mclasen@redhat.com>
2005-03-13 Matthias Clasen <mclasen@redhat.com>
Make PLT-reduction work with gcc4, and don't include
everything in galias.h:

View File

@ -1,9 +1,13 @@
005-03-13 Matthias Clasen <mclasen@redhat.com>
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:
* glib/gcache.c: Small fixes to the previous commit.
005-03-13 Matthias Clasen <mclasen@redhat.com>
2005-03-13 Matthias Clasen <mclasen@redhat.com>
Make PLT-reduction work with gcc4, and don't include
everything in galias.h:

View File

@ -1,9 +1,13 @@
005-03-13 Matthias Clasen <mclasen@redhat.com>
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:
* glib/gcache.c: Small fixes to the previous commit.
005-03-13 Matthias Clasen <mclasen@redhat.com>
2005-03-13 Matthias Clasen <mclasen@redhat.com>
Make PLT-reduction work with gcc4, and don't include
everything in galias.h:

View File

@ -545,7 +545,7 @@ g_data_initialize (void)
}
GQuark
IA__g_quark_try_string (const gchar *string)
g_quark_try_string (const gchar *string)
{
GQuark quark = 0;
g_return_val_if_fail (string != NULL, 0);