Mercurial > emacs
changeset 29389:db8bfd5478d4
(_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 02 Jun 2000 15:50:01 +0000 |
parents | 315367ef0316 |
children | bc5fce1393f8 |
files | src/lread.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Fri Jun 02 15:46:19 2000 +0000 +++ b/src/lread.c Fri Jun 02 15:50:01 2000 +0000 @@ -21,14 +21,6 @@ #include <config.h> -/* The following feature selections should be in config.h, but that - causes at best a host of warnings on some systems. */ -#undef _XOPEN_SOURCE /* Avoid warnings about redefinition - in some cases. */ -#define _XOPEN_SOURCE 500 /* for Unix 98 ftello on GNU */ -#undef __EXTENSIONS__ -#define __EXTENSIONS__ /* Keep Solaris 2.6 happy with the - above, else things we need are hidden. */ #include <stdio.h> #include <sys/types.h> #include <sys/stat.h>