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:
Matthias Clasen 2007-11-24 05:13:41 +00:00 committed by Matthias Clasen
parent 78c06eafe1
commit 6dc2fe2078
2 changed files with 8 additions and 4 deletions

View File

@ -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>
* glib/gbase64.c (g_base64_encode): Don't refuse to encode

View File

@ -624,10 +624,10 @@ g_ascii_formatd (gchar *buffer,
}
static guint64
g_parse_long_long (const gchar *nptr,
gchar **endptr,
guint base,
gboolean *negative)
g_parse_long_long (const gchar *nptr,
gchar **endptr,
guint base,
gboolean *negative)
{
/* this code is based on on the strtol(3) code from GNU libc released under
* the GNU Lesser General Public License.