diff options
| author | Dan Nicolaescu | 2008-07-21 17:16:35 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-21 17:16:35 +0000 |
| commit | 6efac8442fb104f3b18afa989a9a03650f347e5a (patch) | |
| tree | 3b2fa7e48c5bebbff14ed3a5a1aca86ddab23728 | |
| parent | cbb65bf7eafd76c9ec964ae527fc3f8ca46818a3 (diff) | |
| download | emacs-6efac8442fb104f3b18afa989a9a03650f347e5a.tar.gz emacs-6efac8442fb104f3b18afa989a9a03650f347e5a.zip | |
Use SOLARIS2 instead of sun.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/amdx86-64.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ec43816798..7e4a64b63a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * m/amdx86-64.h: Use SOLARIS2 instead of sun. | ||
| 4 | |||
| 1 | 2008-07-21 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-07-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * nsfns.m: Change NS to Nextstep in docstrings and error messages. | 7 | * 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 <http://www.gnu.org/licenses/>. */ | |||
| 101 | 101 | ||
| 102 | /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ | 102 | /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ |
| 103 | 103 | ||
| 104 | #elif defined(sun) | 104 | #elif defined(SOLARIS2) |
| 105 | 105 | ||
| 106 | #undef START_FILES | 106 | #undef START_FILES |
| 107 | #undef LIB_STANDARD | 107 | #undef LIB_STANDARD |
| 108 | 108 | ||
| 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ | 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */ |
| 110 | 110 | ||
| 111 | #undef START_FILES | 111 | #undef START_FILES |
| 112 | #ifdef HAVE_LIB64_DIR | 112 | #ifdef HAVE_LIB64_DIR |