Skip to content

Commit

Permalink
Removed macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicChr committed Apr 17, 2024
1 parent 4f42643 commit 79ec136
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cheapr_cpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#include <cpp11.hpp>
#include <Rinternals.h>

#ifndef R_NO_REMAP
#define R_NO_REMAP
#endif

#define VECTOR_PTR(x) ((SEXP *) DATAPTR(x))
#define VECTOR_PTR_RO(x) ((const SEXP*) DATAPTR_RO(x))

Expand Down

0 comments on commit 79ec136

Please sign in to comment.