Skip to content

Commit 7bcb01b

Browse files
committed
fix duplicated define
1 parent 38178a8 commit 7bcb01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tinytest/cpp/sugar_safe_math_fallback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// You should have received a copy of the GNU General Public License
1919
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2020

21-
#define define safe_math__has_builtin(x) 0
21+
#define safe_math__has_builtin(x) 0
2222
#include <Rcpp.h>
2323

2424
// [[Rcpp::export]]

0 commit comments

Comments
 (0)