]> git.eshelyaron.com Git - emacs.git/commitdiff
(__EXTENSIONS__): Define.
authorDave Love <fx@gnu.org>
Tue, 8 Feb 2000 10:00:51 +0000 (10:00 +0000)
committerDave Love <fx@gnu.org>
Tue, 8 Feb 2000 10:00:51 +0000 (10:00 +0000)
src/ChangeLog
src/lread.c

index a40d5456eed43ea98290efc39c83fb9e1e51a5c5..a0b2b26e3698763c58ad9b804f9d08f150113575 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-08  Dave Love  <fx@gnu.org>
+
+       * lread.c (__EXTENSIONS__): Define.
+
 2000-02-08  Gerd Moellmann  <gerd@gnu.org>
 
        * puresize.h (BASE_PURESIZE): Increase to 650000.
index 4f384c809a8882ed4438ec3e071d4ccc868b7e94..efc2b3149b2271205d9fe4f0bc0684d0b490311b 100644 (file)
@@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA.  */
 
 #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>