Skip to content

Commit dfcbb7e

Browse files
author
ripley
committed
abandon using C23 bool for now
git-svn-id: https://svn.r-project.org/R/trunk@87685 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent baf7930 commit dfcbb7e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/NEWS.Rd

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -296,18 +296,6 @@
296296
\item The deprecated and seemingly never-used S-compatibility
297297
macros \code{F77_COM} and \code{F77_COMDECL} have been removed
298298
from header \file{R_ext/RS.h}.
299-
300-
\item Header \file{R_ext/Rboolean.h} now defines the type
301-
\code{Rboolean} as an alias of the standard C type \code{bool} in
302-
C23 mode.
303-
304-
Before release C++ \code{bool} will be used if the header is
305-
included from C++.
306-
307-
The macro \code{_R_RBOOLEAN_IS_BOOL_} is defined where
308-
\code{Rboolean} is implemented \emph{via} \code{bool}.
309-
310-
[Deferred pending further testing.]
311299
}
312300
}
313301

0 commit comments

Comments
 (0)