diff options
author | Douglas Lankshear <doug@lankshear.net> | 1998-06-19 03:59:50 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-21 06:27:57 +0000 |
commit | 7da709d65cb4c7b9d26ab85bbea536d0bc34c93f (patch) | |
tree | c54698f2d90c2834241f5b59fd235394221bc509 /util.c | |
parent | ef3f1e413e6204a864c5a29f4ccdfa19761f9e4f (diff) | |
download | perl-7da709d65cb4c7b9d26ab85bbea536d0bc34c93f.tar.gz |
applied patch, along with many changes:
- ipfoo.h headers have been coalesced along with perlfoo.h into
iperlsys.h
- win32/cp*.h have been combined in perlhost.h
- CPerlObj::PerlParse() takes an extra xsinit arg
- tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler
p4raw-id: //depot/perl@1172
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ #include "EXTERN.h" #include "perl.h" -#include "perlmem.h" #if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) #include <signal.h> |