summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/intl/plural-exp.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-13 15:53:46 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:16 +0200
commitb2bf361d603f22941d9686693d2adbda4c0503ab (patch)
tree018aebe36d6528821b8f50a8a8ad3130e44a640b /gettext-runtime/intl/plural-exp.h
parent1c2840bc5a3e8adc86536cca2bdbb6becfe0601f (diff)
downloadexternal_gettext-b2bf361d603f22941d9686693d2adbda4c0503ab.zip
external_gettext-b2bf361d603f22941d9686693d2adbda4c0503ab.tar.gz
external_gettext-b2bf361d603f22941d9686693d2adbda4c0503ab.tar.bz2
From glibc: 2007-07-26 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'gettext-runtime/intl/plural-exp.h')
-rw-r--r--gettext-runtime/intl/plural-exp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-runtime/intl/plural-exp.h b/gettext-runtime/intl/plural-exp.h
index b0992b9..d6cb8c5 100644
--- a/gettext-runtime/intl/plural-exp.h
+++ b/gettext-runtime/intl/plural-exp.h
@@ -1,5 +1,5 @@
/* Expression parsing and evaluation for plural form selection.
- Copyright (C) 2000-2003, 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2000-2003, 2005-2007 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
@@ -112,12 +112,12 @@ extern void FREE_EXPRESSION (struct expression *exp)
extern int PLURAL_PARSE (void *arg);
extern struct expression GERMANIC_PLURAL attribute_hidden;
extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry,
- struct expression **pluralp,
+ const struct expression **pluralp,
unsigned long int *npluralsp)
internal_function;
#if !defined (_LIBC) && !defined (IN_LIBINTL) && !defined (IN_LIBGLOCALE)
-extern unsigned long int plural_eval (struct expression *pexp,
+extern unsigned long int plural_eval (const struct expression *pexp,
unsigned long int n);
#endif