diff options
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r-- | locale/C-monetary.c | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 1e5990f317..085ab017a2 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -1,22 +1,28 @@ -#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 monetary_info __monetary_C = - { - (char *) "", (char *) "", - (char *) "", (char *) "", - (char *) "", - (char *) "", (char *) "", - CHAR_MAX, - CHAR_MAX, - CHAR_MAX, - CHAR_MAX, - CHAR_MAX, - CHAR_MAX, - CHAR_MAX, - CHAR_MAX - }; - -CONST struct monetary_info *_monetary_info = &__monetary_C; +const struct locale_data _nl_C_LC_MONETARY = +{ + NULL, 0, /* no file mapped */ + 15, + "", + "", + "", + "", + "\377", + "", + "", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", +}; |