Skip to content

Commit

Permalink
Fix conditional compilation in libiconv work-arounds.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87212 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Oct 8, 2024
1 parent b130c55 commit 75652ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/sysutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,9 @@ static int fails_iteratively_with_bom(void)
return -1;
return 0;
}
#endif

#ifdef R_MACOS_LIBICONV_RESET_AFTER_ERROR

/* Test whether iconv, after encountering an invalid byte in input, keeps
incorrectly reporting as invalid also additional valid bytes. This has
Expand Down

0 comments on commit 75652ba

Please sign in to comment.