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
@ -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.
|
||||
|
@ -183,7 +183,7 @@ extern int errno;
|
||||
#else
|
||||
/* Stubs. */
|
||||
# undef dgettext
|
||||
# define dgettext(msgid) (msgid)
|
||||
# define dgettext(package, msgid) (msgid)
|
||||
#endif
|
||||
|
||||
#ifndef _
|
||||
|
Loading…
Reference in New Issue
Block a user