diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:04:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:04:22 +0000 |
commit | d953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (patch) | |
tree | 7761c4d7a1d61f68950403b3104e2469d4a7540f /hints/cygwin.sh | |
parent | 641d418146aca42ab6c180be32ab9f32e3d6ea46 (diff) | |
download | perl-d953f698b2c38b90c08a3ed9f11ce2835fc0eb22.tar.gz |
No bincompat5005.
p4raw-id: //depot/perl@16291
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r-- | hints/cygwin.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index e42be6461d..e88cab7930 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -33,10 +33,6 @@ archname='cygwin' cccdlflags=' ' ld='ld2' -# optional(ish) -# - perl malloc needs to be unpolluted -bincompat5005='undef' - # Win9x problem with non-blocking read from a closed pipe d_eofnblk='define' |