diff options
author | Jan Dubois <jand@activestate.com> | 1998-11-01 01:05:01 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-09 01:34:56 +0000 |
commit | 3836fe67c982a853016f3715017e513c5664fac3 (patch) | |
tree | e80ac118908a68dc4a93993084a9ae69f506cbfc /win32 | |
parent | dc9e4912b3381e3548a35c5aba633cc37261d318 (diff) | |
download | perl-3836fe67c982a853016f3715017e513c5664fac3.tar.gz |
PL_block_type undefined unless DEBUGGING
Message-ID: <364294bd.18052307@smtp1.ibm.net>
p4raw-id: //depot/perl@2221
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index 537f09a9a6..4e60302bcc 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -79,7 +79,6 @@ PL_pending_ident PL_sortcxix PL_sublex_info PL_timesbuf -Perl_block_type Perl_additem Perl_cast_ulong Perl_check_uni @@ -281,6 +280,7 @@ unless ($define{'DEBUGGING'}) Perl_debstackptrs Perl_runops_debug Perl_sv_peek + PL_block_type PL_watchaddr PL_watchok)]; } |