diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-11-30 19:00:19 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-11-30 19:00:19 -0500 |
commit | b0cacab066000b940551d59aad3e4553d4bad268 (patch) | |
tree | d7dfcfbbf1e407dbc319899d8ee397f9e9a569bf /intl/plural-exp.c | |
parent | 2e8ca9a26b0bd7dae546a3f9a98df67b043fe3be (diff) | |
download | e2fsprogs-b0cacab066000b940551d59aad3e4553d4bad268.tar.gz |
Update to use gettext 0.14.1 and autoconf 2.50+
Diffstat (limited to 'intl/plural-exp.c')
-rw-r--r-- | intl/plural-exp.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/intl/plural-exp.c b/intl/plural-exp.c index c937c011..8c04e642 100644 --- a/intl/plural-exp.c +++ b/intl/plural-exp.c @@ -1,5 +1,5 @@ /* Expression parsing for plural form selection. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc. Written by Ulrich Drepper <drepper@cygnus.com>, 2000. This program is free software; you can redistribute it and/or modify it @@ -96,10 +96,8 @@ init_germanic_plural () void internal_function -EXTRACT_PLURAL_EXPRESSION (nullentry, pluralp, npluralsp) - const char *nullentry; - struct expression **pluralp; - unsigned long int *npluralsp; +EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, + unsigned long int *npluralsp) { if (nullentry != NULL) { |