X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Flocale.h;h=d849244efffa8a56ddd301ce33f3ce89c9e393a5;hp=0277016212ca6f57d090665d4e2749ffaa5dc4fe;hb=8cfc7f73e7baec32630b9cf55582febd41b8a684;hpb=37a19e428fd1e1b348e332fdc8ee759d13ebe88b 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 */