mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
manual: Update the _ISOC99_SOURCE description.
The current description refers to ISO C99 not being widely adopted, which it is believed to be now. * manual/creature.texi (_ISOC99_SOURCE): Update the dated description.
This commit is contained in:
parent
6a3962c4a4
commit
e8d190b9ed
@ -1,3 +1,8 @@
|
|||||||
|
2018-02-20 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
|
* manual/creature.texi (_ISOC99_SOURCE): Update the dated
|
||||||
|
description.
|
||||||
|
|
||||||
2018-02-20 Rical Jasan <ricaljasan@pacific.net>
|
2018-02-20 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
* manual/creature.texi (_POSIX_C_SOURCE): Document special values
|
* manual/creature.texi (_POSIX_C_SOURCE): Document special values
|
||||||
|
@ -167,10 +167,9 @@ This macro was introduced as part of the Large File Support extension
|
|||||||
|
|
||||||
@defvr Macro _ISOC99_SOURCE
|
@defvr Macro _ISOC99_SOURCE
|
||||||
@standards{GNU, (none)}
|
@standards{GNU, (none)}
|
||||||
Until the revised @w{ISO C} standard is widely adopted the new features
|
If this macro is defined, features from ISO C99 are included. Since
|
||||||
are not automatically enabled. @Theglibc{} nevertheless has a complete
|
these features are included by default, this macro is mostly relevant
|
||||||
implementation of the new standard and to enable the new features the
|
when the compiler uses an earlier language version.
|
||||||
macro @code{_ISOC99_SOURCE} should be defined.
|
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
@defvr Macro _ISOC11_SOURCE
|
@defvr Macro _ISOC11_SOURCE
|
||||||
|
Loading…
Reference in New Issue
Block a user