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

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