mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
1999-02-09 Ulrich Drepper <drepper@cygnus.com> * intl/dcgettext.c: Include locale.h is available.
This commit is contained in:
parent
0c6a66a792
commit
4c95120ead
@ -1,3 +1,7 @@
|
|||||||
|
1999-02-09 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* intl/dcgettext.c: Include locale.h is available.
|
||||||
|
|
||||||
1999-02-08 Ulrich Drepper <drepper@cygnus.com>
|
1999-02-08 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* po/nl.po: Update from translation team.
|
* po/nl.po: Update from translation team.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Implementation of the dcgettext(3) function.
|
/* Implementation of the dcgettext(3) function.
|
||||||
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of the GNU C Library. Its master source is NOT part of
|
This file is part of the GNU C Library. Its master source is NOT part of
|
||||||
the C library, however.
|
the C library, however.
|
||||||
@ -79,6 +79,10 @@ void free ();
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined HAVE_LOCALE_H || defined _LIBC
|
||||||
|
# include <locale.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "gettextP.h"
|
#include "gettextP.h"
|
||||||
#ifdef _LIBC
|
#ifdef _LIBC
|
||||||
|
Loading…
Reference in New Issue
Block a user