# HG changeset patch # User Dave Love # Date 949686344 0 # Node ID 578e78aa0553ff6a09b765415ae9dbd4154c2564 # Parent d9295615b99f1fbc160e2b99cd32490d4baadc3b (_XOPEN_SOURCE): Declare (for ftello). diff -r d9295615b99f -r 578e78aa0553 src/lread.c --- a/src/lread.c Fri Feb 04 17:31:33 2000 +0000 +++ b/src/lread.c Fri Feb 04 17:45:44 2000 +0000 @@ -21,6 +21,7 @@ #include +#define _XOPEN_SOURCE 500 /* for Unix 98 ftello on GNU */ #include #include #include @@ -608,8 +609,8 @@ 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; }