Line # | Revision | Author | |
---|---|---|---|
1 | 600 | ahitrov | --- 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 | 580 | ahitrov | @@ -186,11 +186,11 @@ |
4 | #endif | ||
5 | 600 | ahitrov | |
6 | 580 | ahitrov | #ifndef ERRSV |
7 | 600 | ahitrov | -#define ERRSV GvSV(errgv) |
8 | +#define ERRSV GvSV(PL_errgv) | ||
9 | 580 | ahitrov | #endif |
10 | 600 | ahitrov | |
11 | 580 | ahitrov | #ifndef ERRHV |
12 | -#define ERRHV GvHV(errgv) | ||
13 | +#define ERRHV GvHV(PL_errgv) | ||
14 | #endif | ||
15 | 600 | ahitrov | |
16 | 580 | ahitrov | #ifndef AvFILLp |