mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Fix the build
svn path=/trunk/; revision=5645
This commit is contained in:
parent
613b489b6b
commit
6031eed482
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib.symbols: Fix the build.
|
||||||
|
|
||||||
2007-07-19 Behdad Esfahbod <behdad@gnome.org>
|
2007-07-19 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
* glib/glib.symbols:
|
* glib/glib.symbols:
|
||||||
|
@ -1175,8 +1175,8 @@ g_once_impl
|
|||||||
g_once_init_enter_impl
|
g_once_init_enter_impl
|
||||||
g_once_init_leave
|
g_once_init_leave
|
||||||
#ifdef INCLUDE_INTERNAL_SYMBOLS
|
#ifdef INCLUDE_INTERNAL_SYMBOLS
|
||||||
g_once_init_enter
|
|
||||||
g_thread_init_glib
|
g_thread_init_glib
|
||||||
|
g_once_init_enter
|
||||||
#endif
|
#endif
|
||||||
#ifdef INCLUDE_VARIABLES
|
#ifdef INCLUDE_VARIABLES
|
||||||
g_thread_functions_for_glib_use
|
g_thread_functions_for_glib_use
|
||||||
@ -1291,7 +1291,7 @@ g_utf8_collate_key_for_filename G_GNUC_MALLOC
|
|||||||
#if IN_FILE(__G_UNIDECOMP_C__)
|
#if IN_FILE(__G_UNIDECOMP_C__)
|
||||||
g_unicode_canonical_decomposition G_GNUC_MALLOC
|
g_unicode_canonical_decomposition G_GNUC_MALLOC
|
||||||
g_unicode_canonical_ordering
|
g_unicode_canonical_ordering
|
||||||
g_unicode_combining_class
|
g_unichar_combining_class G_GNUC_CONST
|
||||||
g_utf8_normalize
|
g_utf8_normalize
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user