summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-20 01:47:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-20 01:47:22 +0000
commit977b4729c5f204fc709252a9cbe67826ddc832d0 (patch)
tree069295aadce9c52be04dc097741838781dc9b171 /ext
parent7a9d114548a2fe90e007e5a25357ee26935c8752 (diff)
parent66ecd56be076649bc9da523c12d89e06e353e801 (diff)
downloadperl-977b4729c5f204fc709252a9cbe67826ddc832d0.tar.gz
Integrate perlio:
[ 7755] Add dummy crlf layer (just as buffer) Correct 1st bug - one layer of indirection. [ 7754] Work-round to Perl_deb_nocontext is no longer required [ 7753] diff -se shows these as different [ 7752] Configure GCC/Win32 build -Duseperlio Fix a couple of gross issues - double-include of ../deb.o in re.dll - win32sck.c needs PerlIO and FILE [ 7751] Special case :crlf and :raw in dummy PerlIO_apply_layers [ 7750] Missing aTHX_ p4raw-link: @7755 on //depot/perlio: 66ecd56be076649bc9da523c12d89e06e353e801 p4raw-link: @7754 on //depot/perlio: 29befd70e124b0c2d1673e9ffa4f201bfa81073b p4raw-link: @7753 on //depot/perlio: 39fb0ac880fd9390e3f92048baaba9392e38eca6 p4raw-link: @7752 on //depot/perlio: 8fada4f68b93131e799325ac5c6f8a949351407d p4raw-link: @7751 on //depot/perlio: 95c70f2077ea14f8e2426dbcac9828b259a86bf2 p4raw-link: @7750 on //depot/perlio: d6efbbad1ae8d76e90821a7418ba77645896b8bf p4raw-id: //depot/perl@7756
Diffstat (limited to 'ext')
-rw-r--r--ext/re/hints/MSWin32.pl18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/re/hints/MSWin32.pl b/ext/re/hints/MSWin32.pl
deleted file mode 100644
index 3ac0fdac4c..0000000000
--- a/ext/re/hints/MSWin32.pl
+++ /dev/null
@@ -1,18 +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)';
-}
-
-# 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)';
-}
-