mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 02:46:37 +02:00
Move the compiler-dependency in the G_GNUC_INTERNAL definition from
2007-05-17 Matthias Clasen <mclasen@redhat.com> * configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL definition from configure-time to runtime (of the compiler). (#438869, Damien Carbery) * glib/gdebug.h: * glib/gmessages.h: * glib/gunicodeprivate.h: * glib/gthreadprivate.h: Move G_GNUC_INTERNAL before function declarations to fix compilation with sun studio. (#438873, Damien Carbery) svn path=/trunk/; revision=5497
This commit is contained in:
committed by
Matthias Clasen
parent
552ca1e23a
commit
793da74d00
@@ -25,10 +25,11 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
gunichar *_g_utf8_normalize_wc (const gchar *str,
|
||||
gssize max_len,
|
||||
GNormalizeMode mode) G_GNUC_INTERNAL;
|
||||
gint _g_unichar_combining_class (gunichar uc) G_GNUC_INTERNAL;
|
||||
G_GNUC_INTERNAL gunichar *_g_utf8_normalize_wc
|
||||
(const gchar *str,
|
||||
gssize max_len,
|
||||
GNormalizeMode mode);
|
||||
G_GNUC_INTERNAL gint _g_unichar_combining_class (gunichar uc);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user