Mercurial > emacs
view src/s/sol2-8.h @ 48319:e140ab04c876
(main) [!VMS]: Avoid third arg.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 14 Nov 2002 14:14:01 +0000 |
parents | 58aeaa1dbcfa |
children | 8a8dacfd6364 |
line wrap: on
line source
/* Handle Solaris 2.8. */ #include "sol2-5.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