X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=intl%2Feval-plural.h;h=21eecb3a0cac75634ea8728aa1543ea84936ad06;hb=ee5170ade20748797fdde09e370fbb07e585fc9a;hp=01bd5af5fc4a094367852697f5cdc1cdc19fec55;hpb=f3c64248f69b12b759775cbc7e0e01c13fae274f;p=pkg%2Fabook.git diff --git a/intl/eval-plural.h b/intl/eval-plural.h index 01bd5af..21eecb3 100644 --- a/intl/eval-plural.h +++ b/intl/eval-plural.h @@ -1,5 +1,5 @@ /* Plural expression evaluation. - Copyright (C) 2000-2003 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2007 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 @@ -24,7 +24,7 @@ STATIC unsigned long int internal_function -plural_eval (struct expression *pexp, unsigned long int n) +plural_eval (const struct expression *pexp, unsigned long int n) { switch (pexp->nargs) {