Skip to content

Commit c44ecbb

Browse files
author
ripley
committed
mention FALSE
git-svn-id: https://svn.r-project.org/R/trunk@88061 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 29f3a73 commit c44ecbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@
510510
including headers \file{R.h} or \file{Rinternals.h} (or any other
511511
header which includes \file{R_ext/Boolean.h}) stops the inclusion
512512
of header \code{R_ext/Boolean.h} which `defines' constants
513-
\code{TRUE}, \code{true}, \code{false} and the type \code{bool}
514-
which some package maintainers wish to avoid.
513+
\code{TRUE}, \code{FALSE}, \code{true}, \code{false} and the type
514+
\code{bool} which some package maintainers wish to avoid.
515515

516516
Note that the last three are keywords in C23 and C++11 so cannot be
517517
avoided entirely. However, with commonly-used compilers they can be

0 commit comments

Comments
 (0)