mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Remove leftover ENABLE_NLS #ifdefs.
2007-11-24 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs. svn path=/trunk/; revision=5920
This commit is contained in:
parent
78c06eafe1
commit
6dc2fe2078
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
|
||||||
|
|
||||||
2007-11-23 Matthias Clasen <mclasen@redhat.com>
|
2007-11-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gbase64.c (g_base64_encode): Don't refuse to encode
|
* glib/gbase64.c (g_base64_encode): Don't refuse to encode
|
||||||
|
@ -624,10 +624,10 @@ g_ascii_formatd (gchar *buffer,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static guint64
|
static guint64
|
||||||
g_parse_long_long (const gchar *nptr,
|
g_parse_long_long (const gchar *nptr,
|
||||||
gchar **endptr,
|
gchar **endptr,
|
||||||
guint base,
|
guint base,
|
||||||
gboolean *negative)
|
gboolean *negative)
|
||||||
{
|
{
|
||||||
/* this code is based on on the strtol(3) code from GNU libc released under
|
/* this code is based on on the strtol(3) code from GNU libc released under
|
||||||
* the GNU Lesser General Public License.
|
* the GNU Lesser General Public License.
|
||||||
|
Loading…
Reference in New Issue
Block a user