diff options
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1159,6 +1159,9 @@ # if defined(LEAKTEST) #define xstat S_xstat # endif +# if defined(EBCDIC) +#define ebcdic_control Perl_ebcdic_control +# endif #endif #if defined(PERL_OBJECT) #endif @@ -2633,6 +2636,9 @@ # if defined(LEAKTEST) #define xstat(a) S_xstat(aTHX_ a) # endif +# if defined(EBCDIC) +#define ebcdic_control(a) Perl_ebcdic_control(aTHX_ a) +# endif #endif #if defined(PERL_OBJECT) #endif @@ -5112,6 +5118,10 @@ #define S_xstat CPerlObj::S_xstat #define xstat S_xstat # endif +# if defined(EBCDIC) +#define Perl_ebcdic_control CPerlObj::Perl_ebcdic_control +#define ebcdic_control Perl_ebcdic_control +# endif #endif #if defined(PERL_OBJECT) #endif |