(_XOPEN_SOURCE): Declare (for ftello).

This commit is contained in:
Dave Love 2000-02-04 17:45:44 +00:00
parent be95a9b666
commit 9b7c9ebd68

View file

@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#define _XOPEN_SOURCE 500 /* for Unix 98 ftello on GNU */
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
@ -608,8 +609,8 @@ Return t if file exists.")
fd = openp (Vload_path, file,
(!NILP (nosuffix) ? ""
: ! NILP (must_suffix) ? ".elc:.el"
: ".elc:.el:"),
: ! NILP (must_suffix) ? ".elc.gz:.elc:.el.gz:.el"
: ".elc:.elc.gz:.el.gz:.el:"),
&found, 0);
UNGCPRO;
}