diff options
Diffstat (limited to 'conform/data/locale.h-data')
-rw-r--r-- | conform/data/locale.h-data | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conform/data/locale.h-data b/conform/data/locale.h-data index c1325e30e0..724b39a778 100644 --- a/conform/data/locale.h-data +++ b/conform/data/locale.h-data @@ -15,7 +15,7 @@ element {struct lconv} char n_sign_posn element {struct lconv} {char*} positive_sign element {struct lconv} char p_cs_precedes element {struct lconv} char p_sep_by_space -element {struct lconv} char p_sign_pos +element {struct lconv} char p_sign_posn element {struct lconv} {char*} thousands_sep constant NULL @@ -28,7 +28,8 @@ macro LC_MONETARY macro LC_NUMERIC macro LC_TIME -function {struct lconv*) localeconv (void) +function {struct lconv*} localeconv (void) function {char*} setlocale (int, const char*) allow LC_* +allow *_t |