* system.h [!ENABLE_NLS]: dgettext takes two
parameters.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82204
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
2004-05-23 Paolo Bonzini <bonzini@gnu.org>
Moved libcpp from the gcc subdirectory to the toplevel.
#else
/* Stubs. */
# undef dgettext
#else
/* Stubs. */
# undef dgettext
-# define dgettext(msgid) (msgid)
+# define dgettext(package, msgid) (msgid)