From 048759f728cfad06e8f8b3e0d305e1d387bdcd02 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 12 Dec 1996 03:44:29 +0000 Subject: [PATCH] Initial revision CVS patchset: 1234 CVS date: 1996/12/12 03:44:29 --- misc/intl.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 misc/intl.h diff --git a/misc/intl.h b/misc/intl.h new file mode 100644 index 0000000..3e2a548 --- /dev/null +++ b/misc/intl.h @@ -0,0 +1,9 @@ +/* Dummy header for libintl.h */ + +#ifdef HAVE_LIBINTL_H +#include +#define _(String) gettext((String)) +#else +#define _(String) (String) +#endif + -- 2.7.4