diff options
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -41,9 +41,7 @@ /* Not all of these have prototypes elsewhere, so do this to get * non-mangled names. */ -#ifdef __cplusplus -extern "C" { -#endif +START_EXTERN_C PERL_CALLCONV OP * Perl_ref(pTHX_ OP *o, I32 type); PERL_CALLCONV void Perl_sv_unref(pTHX_ SV *sv); @@ -1204,9 +1202,7 @@ Perl_to_utf8_upper(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp) return _to_utf8_upper_flags(p, ustrp, lenp, FALSE, NULL); } -#ifdef __cplusplus -} -#endif +END_EXTERN_C #endif /* NO_MATHOMS */ |