diff options
author | Dave Love <fx@gnu.org> | 2000-06-02 15:50:01 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-02 15:50:01 +0000 |
commit | dba286b6f094abd3f18f8720d6b3406f404bc97c (patch) | |
tree | 16da84d3f298e49dd22b4f47b7d9cb352239874c | |
parent | d42122a3a21f5cdc1559e05747399dc0cc9dcd53 (diff) | |
download | emacs-dba286b6f094abd3f18f8720d6b3406f404bc97c.tar.gz emacs-dba286b6f094abd3f18f8720d6b3406f404bc97c.tar.bz2 emacs-dba286b6f094abd3f18f8720d6b3406f404bc97c.zip |
(_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
-rw-r--r-- | src/lread.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lread.c b/src/lread.c index 1a06535d9cd..1e33df4a87a 100644 --- a/src/lread.c +++ b/src/lread.c @@ -21,14 +21,6 @@ Boston, MA 02111-1307, USA. */ #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> |