Skip to content

Commit 5ef87c5

Browse files
author
ripley
committed
r89107 failed to compile when Rcpp was not involved
git-svn-id: https://svn.r-project.org/R/trunk@89108 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 051dc1a commit 5ef87c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/include/R_ext/Callbacks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define R_FAKE_CALLBACKS_H
3030

3131
// new code should include R_ext/ObjectTable.h directly
32-
#if ! defined(RcppCommon_h) || RCPP_VERSION > Rcpp_Version(1,1,0)
32+
#if ! defined(RcppCommon_h)
3333
#warning include R_ext/ObjectTable.h for R_ObjectTable declarations
3434
#endif
3535

src/include/R_ext/PrtUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef FAKE_PRTUTIL_H_
2828
#define FAKE_PRTUTIL_H_
2929

30-
#if ! defined(COMPILING_RCPP) || RCPP_VERSION > Rcpp_Version(1,1,0)
30+
#if ! defined(COMPILING_RCPP)
3131
#warning non-API header file R_ext/PrtUtil.h is obsolete and will be removed
3232
#endif
3333

0 commit comments

Comments
 (0)