Skip to content

Commit

Permalink
decouple this check just in case we hit a weird system that has one
Browse files Browse the repository at this point in the history
and not the other.  And we specifically check for this, so we should
use the information.
  • Loading branch information
rlerdorf committed Aug 6, 2000
1 parent 640501a commit a8f0c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/php.h
Expand Up @@ -150,6 +150,8 @@ typedef zval pval;
#else
# ifndef HAVE_MEMCPY
# define memcpy(d, s, n) bcopy((s), (d), (n))
# endif
# ifndef HAVE_MEMMOVE
# define memmove(d, s, n) bcopy ((s), (d), (n))
# endif
#endif
Expand Down

0 comments on commit a8f0c5a

Please sign in to comment.