From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:29:49 +0000 (+0000) Subject: (struct localedef_t): Add repertoire element. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a5e01348628a93b176af39c8111c9383d36038;p=thirdparty%2Fglibc.git (struct localedef_t): Add repertoire element. --- diff --git a/locale/programs/locfile.h b/locale/programs/locfile.h index 697af649794..31f6cd106ac 100644 --- a/locale/programs/locfile.h +++ b/locale/programs/locfile.h @@ -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 , 1996. @@ -51,6 +51,8 @@ struct localedef_t } categories[6]; size_t len[6]; + + struct repertoire_t *repertoire; }; /* Declared in localedef.c. */