about summary refs log tree commit diff
path: root/manual/creature.texi
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2018-02-19 04:32:35 -0800
committerRical Jasan <ricaljasan@pacific.net>2018-02-20 00:04:46 -0800
commite8d190b9ed81a1b342f0969bc2b5505403183bce (patch)
treeb46f2ae5e1bc70c59816417521faf14d521c78be /manual/creature.texi
parent6a3962c4a408e8cbc305d2433711196107374e89 (diff)
downloadglibc-e8d190b9ed81a1b342f0969bc2b5505403183bce.tar.gz
glibc-e8d190b9ed81a1b342f0969bc2b5505403183bce.tar.xz
glibc-e8d190b9ed81a1b342f0969bc2b5505403183bce.zip
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.
Diffstat (limited to 'manual/creature.texi')
-rw-r--r--manual/creature.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/manual/creature.texi b/manual/creature.texi
index 483bf85ad7..fe7a7790a2 100644
--- a/manual/creature.texi
+++ b/manual/creature.texi
@@ -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