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

Segher Boessenkool segher at xiph.org
Sat Jan 26 03:10:03 PST 2002



segher      02/01/26 03:10:03

  Added:       include  i18n.h
  Log:
  Stuff is breaking.  cvs.xiph.org still has some wrong directory
  permissions, it seems.  And I forgot a file.

Revision  Changes    Path
1.1                  vorbis-tools/include/i18n.h

Index: i18n.h
===================================================================
#ifndef VORBIS_TOOLS_I18N_H
#define VORBIS_TOOLS_I18N_H

#ifdef ENABLE_NLS
#include <libintl.h>
#define _(X) gettext(X)
#else
#define _(X) (X)
#endif
#ifdef gettext_noop
#define N_(X) gettext_noop(X)
#else
#define N_(X) (X)
#endif

#endif

<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