Skip to content

Commit 19d5e23

Browse files
committed
Always use R_NO_REMAP
1 parent 53575f0 commit 19d5e23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/connection.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
#include <iterator>
1+
#define R_NO_REMAP
22
#include <Rinternals.h>
3+
#undef R_NO_REMAP
4+
5+
#include <iterator>
36
#include <vector>
47
#include "xml2_utils.h"
58

src/xml2_schema.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#define R_NO_REMAP
12
#include <Rinternals.h>
3+
#undef R_NO_REMAP
24

35
#include <libxml/xmlschemas.h>
46
#include "xml2_types.h"

0 commit comments

Comments
 (0)