@@ -14999,9 +14999,7 @@ Memory obtained by these macros should be aligned in the same way as
1499914999@apifun Free
1500015000@c The R_ forms were introduced in 2016-09, hence for R 3.4.0
1500115001Historically the macros @code{Calloc}, @code{Free} and @code{Realloc}
15002- were used, and these remain available unless @code{STRICT_R_HEADERS}
15003- was defined prior to the inclusion of the header, but these are likely to
15004- be removed in the near future.
15002+ were used but have been removed in \R 4.5.0.
1500515003
1500615004@code{R_Calloc}, @code{R_Realloc}, and @code{R_Free} are currently
1500715005implemented as macros expanding to calls to @code{R_chk_calloc},
@@ -16131,11 +16129,11 @@ natural logarithm (@code{log(x)} in @R{}).
1613116129@end quotation
1613216130
1613316131@apihdr R_ext/Constants.h
16134- For compatibility with @Sl{} this file defines the constant @code{PI}
16135- (unless @code{STRICT_R_HEADERS} is defined): this is deprecated and
16136- should be replaced by @code{M_PI}. Header @file{Constants .h} includes
16137- either C header @file{float.h} or C ++ header @file{cfloat}, which
16138- provide constants such as @code{DBL_MAX}.
16132+ For compatibility with @Sl{} this file used to define the constant
16133+ @code{PI} this is defunct and should be replaced by @code{M_PI}.
16134+ Header @file{Constants.h} includes either C header @file{float .h} or
16135+ C ++ header @file{cfloat}, which provide constants such as
16136+ @code{DBL_MAX}.
1613916137
1614016138@apivar TRUE
1614116139@apivar FALSE
0 commit comments