summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-01-30 08:54:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-01-30 08:54:19 +0000
commit6ad3d225cec2692b410002582f5558652eea32c8 (patch)
treea75531c0d01d25dcc35d8b3eca5857b3fc4e34fd /perl.h
parente7152ba2733b9227708ca768b222144415c13c66 (diff)
downloadperl-6ad3d225cec2692b410002582f5558652eea32c8.tar.gz
[asperl] Created new branch from win32@396, added AS patch#1
p4raw-link: @396 on //depot/win32/perl: e7152ba2733b9227708ca768b222144415c13c66 p4raw-id: //depot/asperl@441
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 9138ba6571..2d21b17264 100644
--- a/perl.h
+++ b/perl.h
@@ -204,6 +204,11 @@ register struct op *op asm(stringify(OP_IN_REGISTER));
#endif
#include "perlio.h"
+#include "perllio.h"
+#include "perlsock.h"
+#include "perlproc.h"
+#include "perlenv.h"
+#include "perldir.h"
#ifdef USE_NEXT_CTYPE
@@ -1255,7 +1260,7 @@ Gid_t getegid _((void));
if (!(what)) { \
croak("Assertion failed: file \"%s\", line %d", \
__FILE__, __LINE__); \
- exit(1); \
+ PerlProc_exit(1); \
}})
#endif