diff options
-rw-r--r-- | gettext-tools/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/doc/gettext.texi | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 791ee3b..2baf987 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-06 Bruno Haible <bruno@clisp.org> + + * gettext.texi (Triggering): Use ANSI C function declaration. + (Perl): Update. + 2003-11-30 Bruno Haible <bruno@clisp.org> * gettext-0.13 released. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index badb609..b46e2bc 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} |