forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR other/26507 Backport from gettext repository: 2003-09-04 Bruno Haible <[email protected]> * dgettext.c: Include <locale.h> after gettextP.h, not before. This ensures that libintl_dcgettext is correctly declared on Solaris. (Needed because Solaris <locale.h> includes libintl.h.) * dngettext.c: Likewise, for the libintl_dcngettext declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116931 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ebotcazou
committed
Sep 13, 2006
1 parent
f55abd0
commit 21d7768
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2006-09-13 Eric Botcazou <[email protected]> | ||
|
||
PR other/23541 | ||
PR other/26507 | ||
Backport from gettext repository: | ||
|
||
2003-09-04 Bruno Haible <[email protected]> | ||
* dgettext.c: Include <locale.h> after gettextP.h, not before. This | ||
ensures that libintl_dcgettext is correctly declared on Solaris. | ||
(Needed because Solaris <locale.h> includes libintl.h.) | ||
* dngettext.c: Likewise, for the libintl_dcngettext declaration. | ||
|
||
2006-06-07 Daniel Jacobowitz <[email protected]> | ||
|
||
* Makefile.in (install-info, install-dvi, install-ps, install-pdf): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters