mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
i18n: Add comment about standardization of the `locale_t' API.
* libguile/i18n.c: Add pointer to the POSIX 2008 standardization of the API.
This commit is contained in:
parent
9320e93390
commit
83fda4707c
1 changed files with 4 additions and 2 deletions
|
@ -46,8 +46,10 @@
|
||||||
|
|
||||||
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/newlocale.3.html
|
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/newlocale.3.html
|
||||||
|
|
||||||
The whole API is being standardized by the X/Open Group (as of Jan. 2007)
|
The whole API was eventually standardized in the ``Open Group Base
|
||||||
following Drepper's proposal. */
|
Specifications Issue 7'' (aka. "POSIX 2008"):
|
||||||
|
|
||||||
|
http://www.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html */
|
||||||
# define USE_GNU_LOCALE_API
|
# define USE_GNU_LOCALE_API
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue