summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-02-04 16:43:09 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-02-04 16:43:09 +0900
commitae8990aef098410ecc2b5f48fea9d7d171a3c5f6 (patch)
treee766313f3d48d30c47d64ba8deea61f8b3602bcb /include/ruby/encoding.h
parent143a1be12808d138453b7c7d2c6941d24f23aaaa (diff)
Alias init functions
The extension library has each initialization function named "Init_" + basename. If multiple extensions have the same base name (such as cgi/escape and erb/escape), the same function will be registered for both names. To fix this conflict, rename the initialization functions under sub directories using using parent names, when statically linking.
Diffstat (limited to 'include/ruby/encoding.h')
0 files changed, 0 insertions, 0 deletions