Skip to content

Commit dcd08a9

Browse files
committed
start on the call-into-r
1 parent 90c8a0d commit dcd08a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

r/src/vctr_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
#include "vctr_builder_int64.h"
4040
#include "vctr_builder_lgl.h"
4141
#include "vctr_builder_list_of.h"
42+
#include "vctr_builder_other.h"
4243
#include "vctr_builder_posixct.h"
43-
#include "vctr_builder_primitive.h"
4444
#include "vctr_builder_rcrd.h"
4545
#include "vctr_builder_unspecified.h"
4646

r/src/vctr_builder_primitive.h renamed to r/src/vctr_builder_other.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#ifndef R_NANOARROW_VCTR_BUILDER_PRIMITIVE_H_INCLUDED
19-
#define R_NANOARROW_VCTR_BUILDER_PRIMITIVE_H_INCLUDED
18+
#ifndef R_NANOARROW_VCTR_BUILDER_OTHER_H_INCLUDED
19+
#define R_NANOARROW_VCTR_BUILDER_OTHER_H_INCLUDED
2020

2121
#define R_NO_REMAP
2222
#include <R.h>

0 commit comments

Comments
 (0)