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:
parent
7599f1b050
commit
c86dd7db77
2 changed files with 6 additions and 1 deletions
|
@ -183,7 +183,7 @@ extern int errno;
|
|||
#else
|
||||
/* Stubs. */
|
||||
# undef dgettext
|
||||
# define dgettext(msgid) (msgid)
|
||||
# define dgettext(package, msgid) (msgid)
|
||||
#endif
|
||||
|
||||
#ifndef _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue