Not necessary.

This commit is contained in:
Dave Love 2002-12-09 18:10:12 +00:00
parent 6b62aa3a71
commit 296e6c4f5e

View file

@ -1,16 +0,0 @@
/* Handle Solaris 2.8. */
#include "sol2-6.h"
/* Redundant but differing definitions for bcopy, bcmp, and bzero are
causing problems. Get rid of the emacs overrides for these. */
#ifdef bcopy
#undef bcopy
#endif
#ifdef bcmp
#undef bcmp
#endif
#ifdef bzero
#undef bzero
#endif