diff options
author | Bruno Haible <bruno@clisp.org> | 2006-04-03 11:20:33 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:05 +0200 |
commit | 7ed1b88435b4fca7e936325fd6473359a0af2aac (patch) | |
tree | 80455601206965a2554378c244dac68015164d6a /gettext-tools/src/x-awk.c | |
parent | c4296e713585107f4137c142cd188eafb03383af (diff) | |
download | external_gettext-7ed1b88435b4fca7e936325fd6473359a0af2aac.zip external_gettext-7ed1b88435b4fca7e936325fd6473359a0af2aac.tar.gz external_gettext-7ed1b88435b4fca7e936325fd6473359a0af2aac.tar.bz2 |
Document the default keywords.
Diffstat (limited to 'gettext-tools/src/x-awk.c')
-rw-r--r-- | gettext-tools/src/x-awk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gettext-tools/src/x-awk.c b/gettext-tools/src/x-awk.c index ac0347c..50d7499 100644 --- a/gettext-tools/src/x-awk.c +++ b/gettext-tools/src/x-awk.c @@ -1,5 +1,5 @@ /* xgettext awk backend. - Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc. This file was written by Bruno Haible <haible@clisp.cons.org>, 2002. @@ -90,6 +90,8 @@ init_keywords () { if (default_keywords) { + /* When adding new keywords here, also update the documentation in + xgettext.texi! */ x_awk_keyword ("dcgettext"); x_awk_keyword ("dcngettext:1,2"); default_keywords = false; |