From 28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 28 Jul 1999 06:23:37 +0000 Subject: * Add gettext macros to start i18n support. --- make.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'make.h') diff --git a/make.h b/make.h index a2f2606..0496ce7 100644 --- a/make.h +++ b/make.h @@ -40,6 +40,13 @@ Boston, MA 02111-1307, USA. */ #endif /* C++ or ANSI C. */ +/* For now, set gettext macro to a no-op. */ +#undef _ +#undef N_ +#define _(s) s +#define N_(s) s + + #ifdef CRAY /* This must happen before #include so that the declaration therein is changed. */ -- cgit v1.2.3