]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Update the _ISOC99_SOURCE description.
authorRical Jasan <ricaljasan@pacific.net>
Mon, 19 Feb 2018 12:32:35 +0000 (04:32 -0800)
committerRical Jasan <ricaljasan@pacific.net>
Tue, 20 Feb 2018 08:04:46 +0000 (00:04 -0800)
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.

ChangeLog
manual/creature.texi

index 5e6450905e9b8e1081b9b7c8f56b281d3af9492d..fae6ff31e4463528c62e4d8712828bb7dbca8b79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * manual/creature.texi (_POSIX_C_SOURCE): Document special values
index 483bf85ad758a0596148eee66620ce0f68cc73dd..fe7a7790a2a9d97165b7b654559d03c240472c49 100644 (file)
@@ -167,10 +167,9 @@ This macro was introduced as part of the Large File Support extension
 
 @defvr Macro _ISOC99_SOURCE
 @standards{GNU, (none)}
-Until the revised @w{ISO C} standard is widely adopted the new features
-are not automatically enabled.  @Theglibc{} nevertheless has a complete
-implementation of the new standard and to enable the new features the
-macro @code{_ISOC99_SOURCE} should be defined.
+If this macro is defined, features from ISO C99 are included.  Since
+these features are included by default, this macro is mostly relevant
+when the compiler uses an earlier language version.
 @end defvr
 
 @defvr Macro _ISOC11_SOURCE