From: Bruno Haible Date: Sun, 7 Dec 2003 12:43:16 +0000 (+0000) Subject: Tweaks. X-Git-Tag: v0.13.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805c1302d7b37ae300221b4a78f72f711a800389;p=thirdparty%2Fgettext.git Tweaks. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 791ee3bdf..2baf98708 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-06 Bruno Haible + + * gettext.texi (Triggering): Use ANSI C function declaration. + (Perl): Update. + 2003-11-30 Bruno Haible * gettext-0.13 released. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index badb609e7..b46e2bcb3 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -1803,9 +1803,7 @@ the same code in every program, as demonstrated below: @example @group int -main (argc, argv) - int argc; - char argv; +main (int argc, char *argv[]) @{ @dots{} setlocale (LC_ALL, ""); @@ -8645,7 +8643,7 @@ which is available on the Comprehensive Perl Archive Network CPAN, http://www.cpan.org/). @item Use or emulate GNU gettext -emulate +platform dependent: gettext_pp emulates, gettext_xs uses GNU gettext @item Extractor @code{xgettext -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k}