summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2023-03-25 20:26:54 -0500
committerCraig A. Berry <craigberry@mac.com>2023-04-15 15:03:56 -0500
commit56d8acf499fe4bc71a4248d6c778f12e4ba091a0 (patch)
tree0f19614c473afbe2a0eac1e40b2baef8d6884806 /makedef.pl
parenteb0a891037ac1524471442b4bb0490d717b04496 (diff)
downloadperl-56d8acf499fe4bc71a4248d6c778f12e4ba091a0.tar.gz
Exclude get_context on non-win32 in makedef.pl
Otherwise we'll try (and fail) to make a global symbol for a static inline function.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 468c714830..c8b34eba56 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -308,6 +308,7 @@ if (PLATFORM ne 'vms') {
if (PLATFORM ne 'win32') {
++$skip{$_} foreach qw(
+ Perl_get_context
Perl_get_win32_message_utf8ness
Perl_Win_utf8_string_to_wstring
Perl_Win_wstring_to_utf8_string