diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-06-12 13:11:52 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 00:07:50 +0000 |
commit | 2253333fe456e42259ae7571ab31af43f7c33890 (patch) | |
tree | 2ee5f630f74619a733c8685d823dd8f051ab3a2f /embed.pl | |
parent | a290f2384a92c4c0c351e74a4ac9cc083281dcb2 (diff) | |
download | perl-2253333fe456e42259ae7571ab31af43f7c33890.tar.gz |
Small bcopy cleanup
Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@10542
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1759,7 +1759,7 @@ p |int |mode_from_discipline|SV* discp Ap |char* |moreswitches |char* s p |OP* |my |OP* o Ap |NV |my_atof |const char *s -#if !defined(HAS_BCOPY) || !defined(HAS_SAFE_BCOPY) +#if (!defined(HAS_MEMCPY) && !defined(HAS_BCOPY)) || (!defined(HAS_MEMMOVE) && !defined(HAS_SAFE_MEMCPY) && !defined(HAS_SAFE_BCOPY)) Anp |char* |my_bcopy |const char* from|char* to|I32 len #endif #if !defined(HAS_BZERO) && !defined(HAS_MEMSET) |