view src/s/sol2-8.h @ 48622:759019dacc3f

(ispell-dict-map): Move specific dictionary selection into a submenu.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Dec 2002 16:20:36 +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