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 84a0b8369f257ecdb3c02d6a12792d2bb39aa5b1..5a1c32557f3f17d9946e084a4cdb6ec3a5c167af 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 c43259575a87f15062f541a704a5f279978e36cc..35773115afb27f91aaef8a74aa695b785e8576cb 100644 (file)
@@ -183,7 +183,7 @@ extern int errno;
 #else
 /* Stubs.  */
 # undef dgettext
-# define dgettext(msgid) (msgid)
+# define dgettext(package, msgid) (msgid)
 #endif
 
 #ifndef _