From: Nick Ing-Simmons Date: Sun, 19 Nov 2000 20:56:12 +0000 (+0000) Subject: Work-round to Perl_deb_nocontext is no longer required X-Git-Tag: accepted/trunk/20130322.191538~23899^2~946 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29befd70e124b0c2d1673e9ffa4f201bfa81073b;p=platform%2Fupstream%2Fperl.git Work-round to Perl_deb_nocontext is no longer required p4raw-id: //depot/perlio@7754 --- diff --git a/ext/re/hints/MSWin32.pl b/ext/re/hints/MSWin32.pl deleted file mode 100644 index 858e5f9..0000000 --- a/ext/re/hints/MSWin32.pl +++ /dev/null @@ -1,9 +0,0 @@ -# Add explicit link to deb.o to pick up _Perl_deb symbol which is not -# mentioned in perl56.lib in non DEBUGGING builds -# Taken lock, stock, and barrel from hints/aix.pl -# -- BKS, 11-11-2000 - -if ($^O =~ /MSWin32/) { - $self->{OBJECT} .= ' ../../deb$(OBJ_EXT)'; -} -