Skip to content

Commit

Permalink
abandon using C23 bool for now
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87685 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Feb 4, 2025
1 parent baf7930 commit dfcbb7e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,6 @@
\item The deprecated and seemingly never-used S-compatibility
macros \code{F77_COM} and \code{F77_COMDECL} have been removed
from header \file{R_ext/RS.h}.

\item Header \file{R_ext/Rboolean.h} now defines the type
\code{Rboolean} as an alias of the standard C type \code{bool} in
C23 mode.

Before release C++ \code{bool} will be used if the header is
included from C++.

The macro \code{_R_RBOOLEAN_IS_BOOL_} is defined where
\code{Rboolean} is implemented \emph{via} \code{bool}.

[Deferred pending further testing.]
}
}

Expand Down

0 comments on commit dfcbb7e

Please sign in to comment.