summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-03-04 00:21:27 +0100
committerTony Cook <tony@develop-help.com>2016-03-07 10:59:51 +1100
commitaf4291a85942657772fedc3db017e89100bd916a (patch)
tree165f16a5b1a0e6a1619a5b9d19ac0a3c18765b9e /embed.fnc
parent99fff99d79aa793bf9a6e0ce2bb18ced085ad1e2 (diff)
downloadperl-af4291a85942657772fedc3db017e89100bd916a.tar.gz
make building without memcpy work (RT #127619)
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index a5fa27919c..f91862267f 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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)