From e58875f801fa0703cef9138df2ed456b34462969 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 23 Jul 2001 18:48:32 +0000 Subject: do not use the po's directly. Use mo's through gettext --- perl-install/c/stuff.xs.pm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index cd250e4a3..235e929c3 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -35,6 +35,7 @@ print ' #include #include +#include #include #undef max_colors @@ -149,6 +150,22 @@ setMouseLive(display, type, emulate3buttons) '; print ' + +void +setlocale() + CODE: + setlocale(LC_ALL, ""); + +char * +bindtextdomain(domainname, dirname) + char * domainname + char * dirname + +char * +dgettext(domainname, msgid) + char * domainname + char * msgid + int KTYP(x) int x -- cgit v1.2.1