view src/s/sol2-8.h @ 48548:b928795a85d8

(cp-make-coding-system): Deal with unencodable characters.
author Dave Love <fx@gnu.org>
date Tue, 26 Nov 2002 18:17:16 +0000
parents 8a8dacfd6364
children
line wrap: on
line source

/* 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