(struct localedef_t): Add repertoire element.

This commit is contained in:
Ulrich Drepper 2000-02-13 07:29:49 +00:00
parent 3d5f749a8c
commit d7a5e01348

View 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. */