PERFORCE change 12327 for review
[email protected] (Chris Nandor) Wed, 3 Oct 2001 17:07:58 -0400
| Newsgroups | perl.perl5.changes.mac |
|---|---|
| Message-ID | <p05100303b7e12e6a4755@[10.0.1.177]> |
Change 12327 by pudge@pudge-mobile on 2001/10/03 19:10:26 Override PerlProc_exit. Affected files ... ... //depot/maint-5.6/macperl/macos/macish.h#7 edit Differences ... ==== //depot/maint-5.6/macperl/macos/macish.h#7 (text) ==== Index: perl/macos/macish.h --- perl/macos/macish.h.~1~ Wed Oct 3 13:15:06 2001 +++ perl/macos/macish.h Wed Oct 3 13:15:06 2001 @@ -77,6 +77,9 @@ const char * MacPerl_CanonDir(const char * dir, char * buf); void MacPerl_WriteMsg(void * io, const char * msg, size_t len); +#undef PerlProc_exit +#define PerlProc_exit(s) my_exit((s)) + /* These defined following should be defined in 5.8 in config.h */ #define HAS_USLEEP #define HAS_UALARM End of Patch.