Skip to content

Commit 85529f6

Browse files
author
ripley
committed
add note
git-svn-id: https://svn.r-project.org/R/trunk@87846 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 7b76167 commit 85529f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/Rmath.h0.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ double Rlog1p(double);
189189

190190
#ifdef MATHLIB_STANDALONE
191191
# ifndef R_EXT_BOOLEAN_H_
192-
/* "copy-paste" R_ext/Boolean.h if not already included: */
192+
/* "copy-paste" R_ext/Boolean.h if not already included:
193+
This is standalone, so we do not worry about the size
194+
*/
193195
#define R_EXT_BOOLEAN_H_
194196
#undef FALSE
195197
#undef TRUE

0 commit comments

Comments
 (0)