]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct localedef_t): Add repertoire element.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:29:49 +0000 (07:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:29:49 +0000 (07:29 +0000)
locale/programs/locfile.h

index 697af6497945a1b01b74bee332b98ac27b4b6e8c..31f6cd106ac7768592995bc26bfb6277ee5b31a9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
@@ -51,6 +51,8 @@ struct localedef_t
   } categories[6];
 
   size_t len[6];
+
+  struct repertoire_t *repertoire;
 };
 
 /* Declared in localedef.c.  */