Skip to content

Commit d0f52ae

Browse files
author
maechler
committed
protect r87449 against Rcpps long-standing undo Rmath`
git-svn-id: https://svn.r-project.org/R/trunk@87453 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 4c585bf commit d0f52ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/Rmath.h0.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ double Rlog1p(double);
349349
#define trigamma Rf_trigamma
350350

351351
#ifdef __cplusplus
352+
#define RCPP_SUGAR_UNDORMATH_H /* temporary only, remove before release ! */
352353
extern "C" {
353354
#endif
354355
/* R's versions with !R_FINITE checks */

0 commit comments

Comments
 (0)