aboutsummaryrefslogtreecommitdiffstats
path: root/intl/eval-plural.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl/eval-plural.h')
-rw-r--r--intl/eval-plural.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/intl/eval-plural.h b/intl/eval-plural.h
index dacd003..924c8c3 100644
--- a/intl/eval-plural.h
+++ b/intl/eval-plural.h
@@ -1,20 +1,18 @@
/* 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
- by the Free Software Foundation; either version 2, or (at your option)
- any later version.
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
- 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- USA. */
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef STATIC
#define STATIC static
@@ -24,7 +22,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)
{