X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=da9321eb69f9f07d2fafdd526d744231c96b876d;hb=d7f375a09a9912bb18ad42f1442fbf64311bfed6;hp=82e17b04a580465a0189901da17fb79ef8cfbad4;hpb=276f7e69f80ac53bfb5da5cc24072dd393485106;p=pdclib diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index 82e17b0..da9321e 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -1,6 +1,14 @@ +/* PDCLib locale support <_PDCLIB_locale.h> + + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ + #ifndef __PDCLIB_LOCALE_H #define __PDCLIB_LOCALE_H __PDCLIB_LOCALE_H -#include <_PDCLIB_int.h> + +#include "_PDCLIB_int.h" + #include #include #include @@ -92,7 +100,7 @@ struct _PDCLIB_locale { const _PDCLIB_ctype_t *_CType; /* perror/strerror */ - char *_ErrnoStr[_PDCLIB_ERRNO_MAX]; + const char * const _ErrnoStr[_PDCLIB_ERRNO_MAX]; }; extern const _PDCLIB_wcinfo_t _PDCLIB_wcinfo[];