Skip to content

Commit f326eba

Browse files
committed
repair final line of Rcpp-FAQ vignette
1 parent e8377fb commit f326eba

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Diff for: vignettes/pdf/Rcpp-FAQ.pdf

41 Bytes
Binary file not shown.

Diff for: vignettes/rmd/Rcpp-FAQ.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -1774,3 +1774,4 @@ to overeager includes was reported. Including `Rinternals.h` along with the
17741774
redefines `TRUE` leading to bad interactions with the `Rboolean` enum type. A
17751775
very simple solution is to be more careful and conservative with `#include`
17761776
files and a) have `#include <mach/boolean.h>` appear first and b) skip
1777+
the `#include <Rinternals.h>` as it is included by `Rcpp.h` anyway.

0 commit comments

Comments
 (0)