From: Dan Nicolaescu Date: Mon, 21 Jul 2008 17:16:35 +0000 (+0000) Subject: Use SOLARIS2 instead of sun. X-Git-Tag: emacs-pretest-23.0.90~4023 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6efac8442fb104f3b18afa989a9a03650f347e5a;p=emacs.git Use SOLARIS2 instead of sun. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8ec43816798..7e4a64b63a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-07-21 Dan Nicolaescu + + * m/amdx86-64.h: Use SOLARIS2 instead of sun. + 2008-07-21 Chong Yidong * nsfns.m: Change NS to Nextstep in docstrings and error messages. diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 139cfd1003a..bc3886f3473 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h @@ -101,12 +101,12 @@ along with GNU Emacs. If not, see . */ /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ -#elif defined(sun) +#elif defined(SOLARIS2) #undef START_FILES #undef LIB_STANDARD -#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ +#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */ #undef START_FILES #ifdef HAVE_LIB64_DIR