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:
50e8e1f
)
Add PERL_NO_GET_CONTEXT to Win32CORE
author
Daniel Dragan
<bulk88@hotmail.com>
Fri, 20 Jul 2012 16:37:53 +0000
(12:37 -0400)
committer
Jan Dubois
<jand@activestate.com>
Mon, 30 Jul 2012 23:18:11 +0000
(16:18 -0700)
Win32CORE is already ithreads aware, but was still making
Perl_get_context calls. This fixes that. Smaller machine code is the result.
ext/Win32CORE/Win32CORE.c
patch
|
blob
|
blame
|
history
diff --git
a/ext/Win32CORE/Win32CORE.c
b/ext/Win32CORE/Win32CORE.c
index
fba6f55
..
943ca86
100644
(file)
--- a/
ext/Win32CORE/Win32CORE.c
+++ b/
ext/Win32CORE/Win32CORE.c
@@
-13,6
+13,7
@@
#if defined(__CYGWIN__) && !defined(USEIMPORTLIB)
#undef WIN32
#endif
+#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#if defined(__CYGWIN__) && !defined(USEIMPORTLIB)
#define EXTCONST extern const