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 | eb120b8331fd0ce43c08dd94489208bb54602b4a (patch) | |
tree | e80ac118908a68dc4a93993084a9ae69f506cbfc /win32/makedef.pl | |
parent | 3673ec1489ff54b7c3b48419ee3695642066d7f3 (diff) | |
download | perl-eb120b8331fd0ce43c08dd94489208bb54602b4a.tar.gz |
PL_block_type undefined unless DEBUGGING
Message-ID: <364294bd.18052307@smtp1.ibm.net>
p4raw-id: //depot/perl@2221
Diffstat (limited to 'win32/makedef.pl')
-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)]; } |