summaryrefslogtreecommitdiffstats
path: root/src/charset.c
diff options
context:
space:
mode:
authorYee Cheng Chin <ychin.git@gmail.com>2023-09-01 18:46:17 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-01 18:46:17 +0200
commit7a9d1aa878d8724e28893b968016b86a3a70c63f (patch)
tree11102172dc30b90932c5a85bda1183f48b27b59c /src/charset.c
parentf6fc255e8d9c46a0e51e03f16a508833d309dee6 (diff)
patch 9.0.1835: Perl interface has problems with load PL_current_contextv9.0.1835
Problem: Perl interface has problems with load PL_current_context Solution: Fix Perl interface to load PL_current_context from library In #12914, in order to fix an issue with Perl 5.36 dynamic builds, (that version introduced a thread-local `PL_current_context`), the file added the variable manually so we can satisfy the linker. However, the variable is a different one from the one in the library, so there could be unpredictable behavior. Instead, just use `dlsym` to load the context from the library. The fact that it's thread-local doesn't matter too much to us because Vim's interface is single-threaded so it will work properly. closes: #12996 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
Diffstat (limited to 'src/charset.c')
0 files changed, 0 insertions, 0 deletions