Skip to content

Commit 18f2470

Browse files
need end-word marker for Calloccol not to be matched
1 parent 512ba9e commit 18f2470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/atime/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ test.list <- atime::atime_test_list(
120120
# allow compilation on new R versions where 'Calloc' is not defined
121121
pkg_find_replace(
122122
file.path("src", "*.c"),
123-
"\\b(Calloc|Free|Realloc)",
123+
"\\b(Calloc|Free|Realloc)\\b",
124124
"R_\\1")
125125
pkg_find_replace(
126126
"NAMESPACE",

0 commit comments

Comments
 (0)