diff options
author | Lukas Mai <l.mai@web.de> | 2016-03-04 00:21:27 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-03-07 10:59:51 +1100 |
commit | af4291a85942657772fedc3db017e89100bd916a (patch) | |
tree | 165f16a5b1a0e6a1619a5b9d19ac0a3c18765b9e /embed.fnc | |
parent | 99fff99d79aa793bf9a6e0ce2bb18ced085ad1e2 (diff) | |
download | perl-af4291a85942657772fedc3db017e89100bd916a.tar.gz |
make building without memcpy work (RT #127619)
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -931,7 +931,7 @@ s |void |move_proto_attr|NN OP **proto|NN OP **attrs|NN const GV *name p |int |mode_from_discipline|NULLOK const char* s|STRLEN len Ap |const char* |moreswitches |NN const char* s Ap |NV |my_atof |NN const char *s -#if (!defined(HAS_MEMCPY) && !defined(HAS_BCOPY)) || (!defined(HAS_MEMMOVE) && !defined(HAS_SAFE_MEMCPY) && !defined(HAS_SAFE_BCOPY)) +#if !defined(HAS_MEMCPY) || (!defined(HAS_MEMMOVE) && !defined(HAS_SAFE_MEMCPY)) Anp |void* |my_bcopy |NN const void* vfrom|NN void* vto|size_t len #endif #if !defined(HAS_BZERO) && !defined(HAS_MEMSET) |