diff options
author | Reini Urban <rurban@cpanel.net> | 2015-03-14 10:04:53 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-11-11 08:56:28 +1100 |
commit | d96ba2c41dd6d887e3cc426e077f7e452418488a (patch) | |
tree | 560676ed70c51146312b601fd925e5f0919ccab1 /symbian | |
parent | fd46a708fc894e9651374e1e8e256f365a25dffd (diff) | |
download | perl-d96ba2c41dd6d887e3cc426e077f7e452418488a.tar.gz |
DynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markers
On Symbian harmonize with the rest.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/symbian_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/symbian_proto.h b/symbian/symbian_proto.h index d289fb4e62..7226663de0 100644 --- a/symbian/symbian_proto.h +++ b/symbian/symbian_proto.h @@ -17,7 +17,7 @@ /* We can't include the <string.h> unconditionally * since it has prototypes conflicting with the gcc builtins. */ extern void *memchr(const void *s, int c, size_t n); -#ifndef DL_SYMBIAN_XS +#ifndef PERL_IN_DL_SYMBIAN_XS /* dl_symbian.xs needs to see the C++ prototype of memset() instead */ extern void *memset(void *s, int c, size_t n); extern size_t strlen(const char *s); |