From 73766d9154ecf763b2b35f0767d6dcf6f605e24a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 22 Nov 1991 21:59:01 +0000 Subject: [PATCH] Support Mach too. --- readline/ChangeLog | 3 +++ readline/configure.in | 4 ++-- readline/sysdep-oldbsd.h | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readline/ChangeLog b/readline/ChangeLog index 4cb89fa4b8..bb4de834bc 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com) + * sysdep-oldbsd.h: Rename from sysdep-newsos.h. + * configure.in: Use sysdep-oldbsd for Mach as well as NEWs. + * sysdep-norm.h, sysdep-aix.h: Add , which POSIX requires to make work. Improve Sun alloca decl. diff --git a/readline/configure.in b/readline/configure.in index 99f57e962a..f3773852a0 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -34,8 +34,8 @@ irix*) files=sysdep-irix.h ;; -newsos*) - files=sysdep-newsos.h +newsos* | mach*) + files=sysdep-oldbsd.h ;; esac diff --git a/readline/sysdep-oldbsd.h b/readline/sysdep-oldbsd.h index dbed762459..86b6d0d085 100755 --- a/readline/sysdep-oldbsd.h +++ b/readline/sysdep-oldbsd.h @@ -1,4 +1,5 @@ -/* System-dependent stuff, for Sony NEwS systems */ +/* System-dependent stuff, for Sony NEwS, Mach, and other systems + in the "old BSD Unix" tradition. */ #ifdef __GNUC__ #define alloca __builtin_alloca -- 2.34.1