[xiph-cvs] cvs commit: vorbis-tools/include i18n.h

Segher Boessenkool segher at xiph.org
Tue Jan 29 04:17:46 PST 2002



segher      02/01/29 04:17:46

  Modified:    include  i18n.h
  Log:
  

Revision  Changes    Path
1.2       +2 -0      vorbis-tools/include/i18n.h

Index: i18n.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/include/i18n.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- i18n.h	2002/01/26 11:10:02	1.1
+++ i18n.h	2002/01/29 12:17:45	1.2
@@ -6,6 +6,8 @@
 #define _(X) gettext(X)
 #else
 #define _(X) (X)
+#define textdomain(X)
+#define bindtextdomain(X, Y)
 #endif
 #ifdef gettext_noop
 #define N_(X) gettext_noop(X)

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list