diff options
Diffstat (limited to 'intl/eval-plural.h')
-rw-r--r-- | intl/eval-plural.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/eval-plural.h b/intl/eval-plural.h index dacd003db..21eecb3a0 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 @@ -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) { |