X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=intl%2Feval-plural.h;h=dacd003db07ef2fe78c9d4e55cbd7eebe23e7b63;hb=refs%2Fheads%2Fv1.45.6.wc7-lustre;hp=19c7ca6aee34c79295dab941b0471acaf64d254e;hpb=a04eba3f8868af1d9b7b504d3d430c55ed3dc777;p=tools%2Fe2fsprogs.git diff --git a/intl/eval-plural.h b/intl/eval-plural.h index 19c7ca6..dacd003 100644 --- a/intl/eval-plural.h +++ b/intl/eval-plural.h @@ -1,5 +1,5 @@ /* Plural expression evaluation. - Copyright (C) 2000-2002 Free Software Foundation, Inc. + Copyright (C) 2000-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef STATIC @@ -21,16 +21,10 @@ #endif /* Evaluate the plural expression and return an index value. */ -STATIC unsigned long int plural_eval PARAMS ((struct expression *pexp, - unsigned long int n)) - internal_function; - STATIC unsigned long int internal_function -plural_eval (pexp, n) - struct expression *pexp; - unsigned long int n; +plural_eval (struct expression *pexp, unsigned long int n) { switch (pexp->nargs) {