mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
Fix last change.
This commit is contained in:
parent
f264acb0e4
commit
355036dd67
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#define bcopy(src,dst,n) memmove (dst,src,n)
|
||||
#define bzero(s,n) memset (s,0,n)
|
||||
#endif
|
||||
#ifdef HAVE_BCMP
|
||||
#ifndef HAVE_BCMP
|
||||
#define bcmp(src,dst,n) memcmp (src,dst,n)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue