OSDN Git Service

2004-05-24 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 May 2004 15:04:09 +0000 (15:04 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 May 2004 15:04:09 +0000 (15:04 +0000)
* 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

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 _