Mercurial > hg > xemacs-beta
diff src/s/aix4.h @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 59463afc5666 |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/src/s/aix4.h Mon Aug 13 10:02:48 2007 +0200 +++ b/src/s/aix4.h Mon Aug 13 10:03:52 2007 +0200 @@ -1,8 +1,12 @@ -/* Synched up with: FSF 19.31. */ - #define AIX4 #include "aix3-2-5.h" /* AIX 4 does not have HFT any more. */ #undef AIXHFT + +/* Get bzero, strcasecmp, and friends, for warning suppression. + These functions shouldn't actually be used, but don't try to fix it. */ +#ifndef NOT_C_CODE +#include <strings.h> +#endif