/[weechat]/weechat/src/common/weechat.h
ViewVC logotype

Diff of /weechat/src/common/weechat.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by flashcode, Thu Mar 10 15:40:18 2005 UTC revision 1.25 by flashcode, Sat Apr 30 10:29:54 2005 UTC
# Line 30  Line 30 
30    
31  #if defined(ENABLE_NLS) && !defined(_)  #if defined(ENABLE_NLS) && !defined(_)
32      #include <locale.h>      #include <locale.h>
33      #include <libintl.h>      #ifdef HAVE_LIBINTL_H
34            #include <libintl.h>
35        #else
36            #include "../../intl/libintl.h"
37        #endif
38      #define _(x) gettext(x)      #define _(x) gettext(x)
39      #ifdef gettext_noop      #ifdef gettext_noop
40          #define N_(string) gettext_noop (string)          #define N_(string) gettext_noop (string)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26