X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=f44eb720ad2c4fca33e19cf7236ab2d063c365da;hb=1f70e1ea8280242937e42514e140f4e467e09404;hp=19eb5e8068da35b004aaa12fb6974a2e7ea9fc17;hpb=f3986ebb5fa156b34b51584d78a10d0d906dbcd6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 19eb5e8..f44eb72 100644 --- a/dosish.h +++ b/dosish.h @@ -20,7 +20,7 @@ void Perl_DJGPP_init(); # endif #endif /* DJGPP */ -#define PERL_SYS_TERM() +#define PERL_SYS_TERM() MALLOC_TERM #define dXSUB_SYS #define TMPPATH "plXXXXXX" @@ -98,5 +98,7 @@ void Perl_DJGPP_init(); * This provides a layer of functions and macros to ensure extensions will * get to use the same RTL functions as the core. */ +#ifndef HASATTRIBUTE # include +#endif #endif /* WIN32 */