From: Gurusamy Sarathy Date: Tue, 4 Jan 2000 01:19:20 +0000 (+0000) Subject: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e68cb0571e958719e0fd6ed56ffa112795b7c00f;p=p5sagit%2Fp5-mst-13.2.git s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g p4raw-id: //depot/perl@4752 --- diff --git a/win32/Makefile b/win32/Makefile index 45f7146..79edfc2 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -169,7 +169,7 @@ CCLIBDIR = $(CCHOME)\lib # # This should normally be disabled. Enabling it causes perl to read scripts # in text mode (which is the 5.005 behavior) and will break ByteLoader. -#BUILDOPT = $(BUILDOPT) -DUSE_TEXTMODE_SCRIPTS +#BUILDOPT = $(BUILDOPT) -DPERL_TEXTMODE_SCRIPTS # # This should normally be disabled. Enabling it runs a cloned toplevel diff --git a/win32/makefile.mk b/win32/makefile.mk index ac43a16..9bdcf3d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -188,7 +188,7 @@ CCLIBDIR *= $(CCHOME)\lib # # This should normally be disabled. Enabling it causes perl to read scripts # in text mode (which is the 5.005 behavior) and will break ByteLoader. -#BUILDOPT += -DUSE_TEXTMODE_SCRIPTS +#BUILDOPT += -DPERL_TEXTMODE_SCRIPTS # # This should normally be disabled. Enabling it runs a cloned toplevel diff --git a/win32/win32.h b/win32/win32.h index b9fbaf4..9d56578 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -330,7 +330,7 @@ typedef char * caddr_t; /* In malloc.c (core address). */ #define PERL_CORE #endif -#ifdef USE_TEXTMODE_SCRIPTS +#ifdef PERL_TEXTMODE_SCRIPTS # define PERL_SCRIPT_MODE "r" #else # define PERL_SCRIPT_MODE "rb"