Change 27378 by [EMAIL PROTECTED] on 2006/03/05 12:12:56

        Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.

Affected files ...

... //depot/perl/perl.h#673 edit

Differences ...

==== //depot/perl/perl.h#673 (text) ====
Index: perl/perl.h
--- perl/perl.h#672~27370~      2006-03-03 08:40:57.000000000 -0800
+++ perl/perl.h 2006-03-05 04:12:56.000000000 -0800
@@ -823,7 +823,9 @@
 /* We no longer default to creating a new SV for GvSV.
    Do this before embed.  */
 #ifndef PERL_CREATE_GVSV
-#define PERL_DONT_CREATE_GVSV
+#  ifndef PERL_DONT_CREATE_GVSV
+#    define PERL_DONT_CREATE_GVSV
+#  endif
 #endif
 
 #if !defined(HAS_WAITPID) && !defined(HAS_WAIT4) || 
defined(HAS_WAITPID_RUNTIME)
End of Patch.

Reply via email to