summaryrefslogtreecommitdiff
path: root/win32/makedef.pl
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1998-11-01 01:05:01 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-11-09 01:34:56 +0000
commiteb120b8331fd0ce43c08dd94489208bb54602b4a (patch)
treee80ac118908a68dc4a93993084a9ae69f506cbfc /win32/makedef.pl
parent3673ec1489ff54b7c3b48419ee3695642066d7f3 (diff)
downloadperl-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.pl2
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)];
}