]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - intl/plural-exp.c
2.5-18.1
[thirdparty/glibc.git] / intl / plural-exp.c
index ba5d455cd5bed82180c6f86db8648c986c714330..9cb7a4540a809c4825a4c2be207e940116f74de4 100644 (file)
@@ -1,5 +1,5 @@
 /* Expression parsing for plural form selection.
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@cygnus.com>, 2000.
    This file is part of the GNU C Library.
 
@@ -47,7 +47,7 @@ static const struct expression plone =
     .num = 1
   }
 };
-struct expression GERMANIC_PLURAL =
+const struct expression GERMANIC_PLURAL =
 {
   .nargs = 2,
   .operation = not_equal,