system.h: dgettext takes two parameters.

2004-05-24  Paolo Bonzini  <bonzini@gnu.org>

	* system.h [!ENABLE_NLS]: dgettext takes two
	parameters.

From-SVN: r82204
This commit is contained in:
Paolo Bonzini 2004-05-24 15:04:09 +00:00 committed by Paolo Bonzini
parent 7599f1b050
commit c86dd7db77
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-05-24 Paolo Bonzini <bonzini@gnu.org>
* system.h [!ENABLE_NLS]: dgettext takes two
parameters.
2004-05-23 Paolo Bonzini <bonzini@gnu.org>
Moved libcpp from the gcc subdirectory to the toplevel.

View File

@ -183,7 +183,7 @@ extern int errno;
#else
/* Stubs. */
# undef dgettext
# define dgettext(msgid) (msgid)
# define dgettext(package, msgid) (msgid)
#endif
#ifndef _