From: Jarkko Hietaniemi Date: Mon, 24 Sep 2001 11:14:43 +0000 (+0000) Subject: DJGPP tweaks for Laszlo Molnar. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8f067006afad15c18a7a7f38940359571795fee;p=p5sagit%2Fp5-mst-13.2.git DJGPP tweaks for Laszlo Molnar. p4raw-id: //depot/perl@12166 --- diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh index 76911fd..bb35eb0 100644 --- a/djgpp/djgppsed.sh +++ b/djgpp/djgppsed.sh @@ -46,3 +46,4 @@ sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.p sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm sed -e $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst sed -e $SABC t/io/iprefix.t >s; mv -f s t/io/iprefix.t +sed -e 's=L_ctermid==g' ext/POSIX/Makefile.PL >s; mv -f s ext/POSIX/Makefile.PL diff --git a/dosish.h b/dosish.h index 0b0a35e..a3d5d13 100644 --- a/dosish.h +++ b/dosish.h @@ -13,6 +13,7 @@ # define HAS_UTIME # define HAS_KILL char *djgpp_pathexp (const char*); + void Perl_DJGPP_init (int *argcp,char ***argvp); # if (DJGPP==2 && DJGPP_MINOR < 2) # define NO_LOCALECONV_MON_THOUSANDS_SEP # endif