summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-02-10 17:46:35 +0000
committerSteve Hay <SteveHay@planit.com>2006-02-10 17:46:35 +0000
commitb0e6ae5b51a7c163ac7cdb0d18b54bb1819f6c13 (patch)
treec2baf77778e67f08289fdb499b42ff16d1f93003 /perl.h
parent9a083ecf3183b31c0b60e9c5dac947cd40829810 (diff)
downloadperl-b0e6ae5b51a7c163ac7cdb0d18b54bb1819f6c13.tar.gz
A better fix than 27148
Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)) From: Nicholas Clark <nick@ccl4.org> Date: Fri, 10 Feb 2006 14:58:47 +0000 Message-ID: <20060210145847.GA85020@plum.flirble.org> Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)) From: "Jan Dubois" <jand@ActiveState.com> Date: Fri, 10 Feb 2006 09:03:41 -0800 Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy> p4raw-id: //depot/perl@27152
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 8a91175ef1..de55634b25 100644
--- a/perl.h
+++ b/perl.h
@@ -3505,7 +3505,6 @@ Gid_t getegid (void);
((what) ? ((void) 0) : \
(Perl_croak_nocontext("Assertion %s failed: file \"" __FILE__ \
"\", line %d", STRINGIFY(what), __LINE__), \
- PerlProc_exit(1), \
(void) 0)))
#endif