system.h: dgettext takes two parameters.
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 24 May 2004 15:04:09 +0000 (15:04 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 24 May 2004 15:04:09 +0000 (15:04 +0000)
2004-05-24  Paolo Bonzini  <bonzini@gnu.org>

* system.h [!ENABLE_NLS]: dgettext takes two
parameters.

From-SVN: r82204

libcpp/ChangeLog
libcpp/system.h

index 84a0b83..5a1c325 100644 (file)
@@ -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.
index c432595..3577311 100644 (file)
@@ -183,7 +183,7 @@ extern int errno;
 #else
 /* Stubs.  */
 # undef dgettext
-# define dgettext(msgid) (msgid)
+# define dgettext(package, msgid) (msgid)
 #endif
 
 #ifndef _