diff options
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r-- | locale/C-numeric.c | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c index 890ab37d16..712c3a6239 100644 --- a/locale/C-numeric.c +++ b/locale/C-numeric.c @@ -1,12 +1,16 @@ -#include <ansidecl.h> -#include <localeinfo.h> -#include <stddef.h> +/* Generated by GNU locale 0.1. + Copyright (C) 1995 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. +There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. */ +#include "localeinfo.h" -CONST struct numeric_info __numeric_C = - { - (char *) ".", (char *) "", - (char *) "" - }; - -CONST struct numeric_info *_numeric_info = &__numeric_C; +const struct locale_data _nl_C_LC_NUMERIC = +{ + NULL, 0, /* no file mapped */ + 3, + ".", + "", + "\377", +}; |