Revision 600

Date:
2016/10/21 00:26:24
Author:
ahitrov
Revision Log:
Working patch

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/ports/all/mod_perl/patch.perl5.20

     
    1 --- src/modules/perl/mod_perl.h.p20 2016-06-29 18:45:10.983090562 +0000
    2 +++ src/modules/perl/mod_perl.h 2016-06-29 18:45:37.319300313 +0000
    1 --- src/modules/perl/mod_perl.h.p20 2016-10-21 04:09:58.000000000 +0400
    2 +++ src/modules/perl/mod_perl.h 2016-10-21 04:10:51.000000000 +0400
    3 3 @@ -186,11 +186,11 @@
    4 4 #endif
    5
    5
    6 6 #ifndef ERRSV
    7 -#define ERRSV GvSV(errgv)
    8 +#define ERRSV GvSV(PL_errgv)
    7 -#define ERRSV GvSV(errgv)
    8 +#define ERRSV GvSV(PL_errgv)
    9 9 #endif
    10
    10
    11 11 #ifndef ERRHV
    12 12 -#define ERRHV GvHV(errgv)
    13 13 +#define ERRHV GvHV(PL_errgv)
    14 14 #endif
    15
    15
    16 16 #ifndef AvFILLp