Mercurial > hg > xemacs-beta
diff src/regex.h @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/regex.h Mon Aug 13 10:03:54 2007 +0200 +++ b/src/regex.h Mon Aug 13 10:04:58 2007 +0200 @@ -26,12 +26,6 @@ /* POSIX says that <sys/types.h> must be included (by the caller) before <regex.h>. */ -#if !defined (_POSIX_C_SOURCE) && !defined (_POSIX_SOURCE) && defined (VMS) -/* VMS doesn't have `size_t' in <sys/types.h>, even though POSIX says it - should be there. */ -#include <stddef.h> -#endif - /* The following bits are used to determine the regexp syntax we recognize. The not-set meaning typically corresponds to the syntax