]> Savannah Git Hosting - gnulib.git/commit
doc: improve intprops doc
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Oct 2022 00:18:20 +0000 (17:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Oct 2022 00:18:56 +0000 (17:18 -0700)
commitc25bd64bcf06b5a925cc2a987722694a93707f32
tree66c69f66b65178cd9abdcff8f6635c2c5896ef60
parent703621ab66ea80cffc0ac994d80ff30b99e72b9e
doc: improve intprops doc

* doc/intprops.texi: Tighten up wording, by saying that macros
"yield 1 if X, 0 otherwise" rather than the weaker "yield 1 if X".
Say "yield" rather than "return" since the macros are not
functions.  Say "1" and "0" rather than "true" and "false" since
the macros yield int.  Say that stdckdint.h is the standard
alternative to the _WRAPV macros.  Mention another source of
problems with the _OVERFLOW macros.
ChangeLog
doc/intprops.texi