The commited patch has two typos:
On 07/27/2011 02:15 PM, [email protected] wrote:
--- perl/modperl/branches/1.x/src/modules/perl/mod_perl.h (original)
+++ perl/modperl/branches/1.x/src/modules/perl/mod_perl.h Wed Jul 27
19:15:01 2011
@@ -1026,6 +1026,14 @@ else { \
#define PERL_HEADER_PARSER_CREATE(s)
#endif
+#ifndef GvCV_set
+#define GvCV_set(gv, cv) (GvCV(gv) = (cv))
+#endif
+
+#ifndef GvCV_set
s/GvCV/CvGV/
+#define CvGV_set(gv, cv) (CvVG(gv) = (cv))
s/VG/GV/
+#endif
+
typedef struct {
array_header *PerlPassEnv;
array_header *PerlRequire;
Btw, Wade's patch, posted on Jul 11, is very similar to mine, posted on
Jun 28.
Regards.
Salvador Ortiz.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]