diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-19 19:55:36 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-19 19:55:36 +0000 |
commit | a0ae667081b123207d4d0f2b6e6b7a5597859a57 (patch) | |
tree | 335105ba5225605ea51e588a01773c1d6e6c1703 /makedef.pl | |
parent | 0af71dba73667d8fa3e845db4ca9d01e3491e5d5 (diff) | |
download | perl-a0ae667081b123207d4d0f2b6e6b7a5597859a57.tar.gz |
Fix gross win32 build issues
p4raw-id: //depot/perlio@12511
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 61107ffc77..68fbd3e43a 100644 --- a/makedef.pl +++ b/makedef.pl @@ -200,6 +200,9 @@ sub emit_symbols { } } +unless ($PLATFORM eq 'vms') { + skip_symbols [qw(PL_my_inv_rand_max)]; +} if ($PLATFORM eq 'win32') { skip_symbols [qw( |