X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=58c38161d018e233ad5f88e6e96cc530ba7ddf6c;hb=5db1039675bdeda8d9e4e8a1462abefb8ede0419;hp=589bd56cf8d7c8fba92f7f33feb23288ff2cd64b;hpb=0d85d8777a6ec9fdcc93593180474ebff6fbbccb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 589bd56..58c3816 100644 --- a/dosish.h +++ b/dosish.h @@ -8,6 +8,7 @@ # define BIT_BUCKET "nul" # define OP_BINARY O_BINARY # define PERL_SYS_INIT(c,v) Perl_DJGPP_init(c,v) +# define init_os_extras Perl_init_os_extras # include # define HAS_UTIME # define HAS_KILL @@ -30,7 +31,6 @@ #define PERL_SYS_TERM() MALLOC_TERM #define dXSUB_SYS -#define TMPPATH "plXXXXXX" /* * 5.003_07 and earlier keyed on #ifdef MSDOS for determining if we were @@ -110,13 +110,4 @@ # define HAS_KILL # define HAS_WAIT # define HAS_CHOWN -/* - * This provides a layer of functions and macros to ensure extensions will - * get to use the same RTL functions as the core. - */ -# ifndef HASATTRIBUTE -# ifndef PERL_OBJECT -# include -# endif -# endif #endif /* WIN32 */