Mercurial > emacs
changeset 27645:2cb6bd880c44
(__EXTENSIONS__): Define.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 08 Feb 2000 09:59:36 +0000 |
parents | 1ac28043dbd6 |
children | b8928337c55a |
files | src/lread.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Mon Feb 07 23:29:31 2000 +0000 +++ b/src/lread.c Tue Feb 08 09:59:36 2000 +0000 @@ -22,6 +22,8 @@ #include <config.h> #define _XOPEN_SOURCE 500 /* for Unix 98 ftello on GNU */ +#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>