Mercurial > emacs
diff src/lread.c @ 27645:2cb6bd880c44
(__EXTENSIONS__): Define.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Tue, 08 Feb 2000 09:59:36 +0000 |
| parents | 2e9293b149dd |
| children | 9400865ec7cf |
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>
