From 38eabc5fb5895454d8249d73b2d16b9a71898caf Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Dec 2002 00:35:54 +0000 Subject: corrections to gettext infrastructure --- mixlib/mix.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mixlib/mix.h') diff --git a/mixlib/mix.h b/mixlib/mix.h index c33cc98..b9b3e4d 100644 --- a/mixlib/mix.h +++ b/mixlib/mix.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mix.h : * Initialisation of the mix library * ------------------------------------------------------------------ - * $Id: mix.h,v 1.5 2001/09/29 01:54:30 jao Exp $ + * $Id: mix.h,v 1.6 2002/12/08 00:35:54 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2000, 2001 Free Software Foundation, Inc. * @@ -37,12 +37,15 @@ # include #endif +/* #ifdef HAVE_GETTEXT # include # define gettext_noop(String) (String) #else # include #endif +*/ +#include "gettext.h" #define _(String) gettext (String) #define N_(String) gettext_noop (String) -- cgit v1.2.3