We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ebe4c commit 953c456Copy full SHA for 953c456
inst/include/Rcpp/macros/mask.h
@@ -18,7 +18,7 @@
18
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
19
20
#ifndef RCPP_NO_MASK_RF_ERROR
21
- #define Rf_error \
22
- _Pragma("GCC warning \"Invalid use of Rf_error, use Rcpp::stop instead\"") \
23
- Rcpp::stop
+#define Rf_error \
+ _Pragma("GCC warning \"Invalid use of Rf_error, use Rcpp::stop instead\"") \
+ Rcpp::stop
24
#endif
0 commit comments