From: Jan Dubois Date: Sun, 1 Nov 1998 00:05:01 +0000 (+0100) Subject: PL_block_type undefined unless DEBUGGING X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3836fe67c982a853016f3715017e513c5664fac3;p=p5sagit%2Fp5-mst-13.2.git PL_block_type undefined unless DEBUGGING Message-ID: <364294bd.18052307@smtp1.ibm.net> p4raw-id: //depot/perl@2221 --- diff --git a/Changes b/Changes index 0203e31..9a6b251 100644 --- a/Changes +++ b/Changes @@ -23,6 +23,7 @@ current addresses (as of July 1998): Graham Barr Spider Boardman Tom Christiansen + Jan Dubois Hallvard B Furuseth M. J. T. Guy Jarkko Hietaniemi diff --git a/win32/makedef.pl b/win32/makedef.pl index 537f09a..4e60302 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)]; }