s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
Gurusamy Sarathy [Tue, 4 Jan 2000 01:19:20 +0000 (01:19 +0000)]
p4raw-id: //depot/perl@4752

win32/Makefile
win32/makefile.mk
win32/win32.h

index 45f7146..79edfc2 100644 (file)
@@ -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
index ac43a16..9bdcf3d 100644 (file)
@@ -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
index b9fbaf4..9d56578 100644 (file)
@@ -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"