aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-02 15:50:01 +0000
committerDave Love2000-06-02 15:50:01 +0000
commitdba286b6f094abd3f18f8720d6b3406f404bc97c (patch)
tree16da84d3f298e49dd22b4f47b7d9cb352239874c
parentd42122a3a21f5cdc1559e05747399dc0cc9dcd53 (diff)
downloademacs-dba286b6f094abd3f18f8720d6b3406f404bc97c.tar.gz
emacs-dba286b6f094abd3f18f8720d6b3406f404bc97c.zip
(_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
-rw-r--r--src/lread.c8
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. */
21 21
22 22
23#include <config.h> 23#include <config.h>
24/* The following feature selections should be in config.h, but that
25 causes at best a host of warnings on some systems. */
26#undef _XOPEN_SOURCE /* Avoid warnings about redefinition
27 in some cases. */
28#define _XOPEN_SOURCE 500 /* for Unix 98 ftello on GNU */
29#undef __EXTENSIONS__
30#define __EXTENSIONS__ /* Keep Solaris 2.6 happy with the
31 above, else things we need are hidden. */
32#include <stdio.h> 24#include <stdio.h>
33#include <sys/types.h> 25#include <sys/types.h>
34#include <sys/stat.h> 26#include <sys/stat.h>