Skip to content

Commit 953c456

Browse files
Enchufa2eddelbuettel
authored andcommitted
flush to the left
1 parent 24ebe4c commit 953c456

File tree

1 file changed

+3
-3
lines changed
  • inst/include/Rcpp/macros

1 file changed

+3
-3
lines changed

inst/include/Rcpp/macros/mask.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#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
21+
#define Rf_error \
22+
_Pragma("GCC warning \"Invalid use of Rf_error, use Rcpp::stop instead\"") \
23+
Rcpp::stop
2424
#endif

0 commit comments

Comments
 (0)