Commit c86dd7db by Paolo Bonzini Committed by Paolo Bonzini

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
parent 7599f1b0
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 _
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment