Skip to content

Commit d56b2b2

Browse files
author
maechler
committed
amend 87511
git-svn-id: https://svn.r-project.org/R/trunk@87517 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent bc6350a commit d56b2b2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/include/Rmath.h0.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ double Rlog1p(double);
199199
# include <R_ext/Boolean.h>
200200
#endif
201201

202-
203202
#if !defined(MATHLIB_STANDALONE)
204203
#define bessel_i Rf_bessel_i
205204
#define bessel_j Rf_bessel_j
@@ -345,11 +344,11 @@ double Rlog1p(double);
345344
#define sign Rf_sign
346345
#define tetragamma Rf_tetragamma
347346
#define trigamma Rf_trigamma
347+
#endif /* if not STANDALONE */
348348

349-
#define dnorm Rf_dnorm4
350-
#define pnorm Rf_pnorm5
351-
#define qnorm Rf_qnorm5
352-
#endif /* not ..STANDALONE */
349+
#define dnorm dnorm4
350+
#define pnorm pnorm5
351+
#define qnorm qnorm5
353352

354353
#ifdef __cplusplus
355354
extern "C" {

0 commit comments

Comments
 (0)