This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c1e80
)
Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 5 Mar 2006 12:12:56 +0000
(12:12 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 5 Mar 2006 12:12:56 +0000
(12:12 +0000)
p4raw-id: //depot/perl@27378
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
797a7c3
..
c7807b4
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-823,7
+823,9
@@
int usleep(unsigned int);
/* 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)