diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-26 01:56:28 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-26 01:56:28 +0000 |
commit | df31f264f6de992fe591486e92ee6837dd41cbed (patch) | |
tree | 9492ab8924bbd28386f4b7152ac18e312b90a08d /win32 | |
parent | fa9667c9ce64fb4ff6898e82914e5ebb1b144a2e (diff) | |
download | perl-df31f264f6de992fe591486e92ee6837dd41cbed.tar.gz |
fix missing exported symbol
p4raw-id: //depot/perl@3484
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index ec4a164e04..c47dc65197 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -121,6 +121,7 @@ if ($define{'MYMALLOC'}) else { skip_symbols [qw( + Perl_dump_mstats Perl_malloced_size)]; } |