mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
f3db853476
commit
dc232b4900
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user