From 9d48fef0aa8882dfe604bc99b5718899879549ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Jan 2001 02:42:11 +0000 Subject: Update. * conform/conformtest.pl: Implement handling of recursive allow-header. * conform/data/locale.h-data: Add new struct lconv members. --- conform/data/locale.h-data | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conform/data') diff --git a/conform/data/locale.h-data b/conform/data/locale.h-data index 724b39a778..84bd6abc09 100644 --- a/conform/data/locale.h-data +++ b/conform/data/locale.h-data @@ -17,6 +17,14 @@ element {struct lconv} char p_cs_precedes element {struct lconv} char p_sep_by_space element {struct lconv} char p_sign_posn element {struct lconv} {char*} thousands_sep +#ifdef XOPEN2K +element {struct lconv} char int_n_cs_precedes +element {struct lconv} char int_n_sep_by_space +element {struct lconv} char int_n_sign_posn +element {struct lconv} char int_p_cs_precedes +element {struct lconv} char int_p_sep_by_space +element {struct lconv} char int_p_sign_posn +#endif constant NULL -- cgit v1.2.3