X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flocale.h;h=d849244efffa8a56ddd301ce33f3ce89c9e393a5;hb=8cfc7f73e7baec32630b9cf55582febd41b8a684;hp=0277016212ca6f57d090665d4e2749ffaa5dc4fe;hpb=e883af7e93561cd536df68eaf837f523e3d2594b;p=pdclib.old diff --git a/includes/locale.h b/includes/locale.h index 0277016..d849244 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -38,6 +38,7 @@ struct lconv { struct _PDCLIB_ctype_t * ctype; /* internal information */ + char * _PDCLIB_errno_texts[_PDCLIB_ERRNO_MAX]; /* strerror() / perror() */ char * decimal_point; /* decimal point character */ char * thousands_sep; /* character for seperating groups of digits */ char * grouping; /* string indicating the size of digit groups */