From 3fcf7f0271a3f29f91b6bda60e518f0fcb026eda Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 10 May 2020 14:54:16 +0900 Subject: win32/mkexports.rb: do not export internal symbols Functions using `rb_thread_t` and `rb_execution_context_t` are internal use only. --- win32/mkexports.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/mkexports.rb b/win32/mkexports.rb index 336a757b8f..dfbb175170 100755 --- a/win32/mkexports.rb +++ b/win32/mkexports.rb @@ -7,7 +7,7 @@ module RbConfig end class Exports - PrivateNames = /(?:Init_|InitVM_|ruby_static_id_|DllMain\b)/ + PrivateNames = /(?:Init_|InitVM_|ruby_static_id_|threadptr|_ec_|DllMain\b)/ @@subclass = [] def self.inherited(klass) -- cgit v1.2.3