summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-07-08 15:57:37 +0000
committerNicholas Clark <nick@ccl4.org>2005-07-08 15:57:37 +0000
commitbdf3085f9fca00a6148ef3f26060d442844b64bd (patch)
treebceae79472dea30fb321a6b96a85ab76fef1b234 /perl.h
parent547f15c3f9c804a1f8fe9c9f91b4907c17953b29 (diff)
downloadperl-bdf3085f9fca00a6148ef3f26060d442844b64bd.tar.gz
We no longer default to creating a new SV for GvSV.
p4raw-id: //depot/perl@25100
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index bff904fd4e..b573c71113 100644
--- a/perl.h
+++ b/perl.h
@@ -804,6 +804,12 @@ int usleep(unsigned int);
#endif /* PERL_CORE */
+/* We no longer default to creating a new SV for GvSV.
+ Do this before embed. */
+#ifndef PERL_CREATE_GVSV
+#define PERL_DONT_CREATE_GVSV
+#endif
+
/* Cannot include embed.h here on Win32 as win32.h has not
yet been included and defines some config variables e.g. HAVE_INTERP_INTERN
*/