diff options
| author | Dan Nicolaescu | 2010-07-29 11:34:39 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-29 11:34:39 -0700 |
| commit | 1b231651ce7fd7c47a8ed3fbe8f2ca72f8339964 (patch) | |
| tree | 8e75c67205984c7881c3ecce2139ee0481d4ead5 /src | |
| parent | 2ebf1083e756db91ade4215ce772e37e6c9cb716 (diff) | |
| download | emacs-1b231651ce7fd7c47a8ed3fbe8f2ca72f8339964.tar.gz emacs-1b231651ce7fd7c47a8ed3fbe8f2ca72f8339964.zip | |
Rename s/usg5-4.h -> s/usg5-4-common.h.
* s/usg5-4.h: Rename file to ...
* src/s/usg5-4-common.h: ... this for consistency with what we do for BSD.
* src/s/unixware.h:
* src/s/sol2-6.h:
* src/s/irix6-5.h: Update includes accordingly.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 | ||||
| -rw-r--r-- | src/s/irix6-5.h | 4 | ||||
| -rw-r--r-- | src/s/sol2-6.h | 4 | ||||
| -rw-r--r-- | src/s/unixware.h | 4 | ||||
| -rw-r--r-- | src/s/usg5-4-common.h (renamed from src/s/usg5-4.h) | 0 |
5 files changed, 15 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2eb15cc0d13..a3f0384194a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Rename s/usg5-4.h -> s/usg5-4-common.h. | ||
| 4 | * s/usg5-4.h: Rename file to ... | ||
| 5 | * s/usg5-4-common.h: ... this for consistency with what we do for BSD. | ||
| 6 | * s/unixware.h: | ||
| 7 | * s/sol2-6.h: | ||
| 8 | * s/irix6-5.h: Update includes accordingly. | ||
| 9 | |||
| 1 | 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * xfns.c (x_set_tool_bar_position): Remove debug fprintf. | 12 | * xfns.c (x_set_tool_bar_position): Remove debug fprintf. |
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index e2b18b2ec2b..10481f609c3 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -20,7 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #define IRIX6_5 /* used in m/iris4d */ | 22 | #define IRIX6_5 /* used in m/iris4d */ |
| 23 | #include "usg5-4.h" | 23 | #include "usg5-4-common.h" |
| 24 | 24 | ||
| 25 | #undef _longjmp /* use system versions, not conservative aliases */ | 25 | #undef _longjmp /* use system versions, not conservative aliases */ |
| 26 | #undef _setjmp | 26 | #undef _setjmp |
| @@ -91,7 +91,7 @@ char *_getpty(); | |||
| 91 | 91 | ||
| 92 | #undef SA_RESTART | 92 | #undef SA_RESTART |
| 93 | 93 | ||
| 94 | #undef TIOCSIGSEND /* defined in usg5-4.h */ | 94 | #undef TIOCSIGSEND /* defined in usg5-4-common.h */ |
| 95 | 95 | ||
| 96 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ | 96 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ |
| 97 | #define GC_SETJMP_WORKS 1 | 97 | #define GC_SETJMP_WORKS 1 |
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index f4719093d4a..3b707aa5c3c 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -18,7 +18,7 @@ GNU General Public License for more details. | |||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #include "usg5-4.h" | 21 | #include "usg5-4-common.h" |
| 22 | 22 | ||
| 23 | #define SOLARIS2 | 23 | #define SOLARIS2 |
| 24 | 24 | ||
| @@ -34,7 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 34 | #define HAVE_LIBKSTAT | 34 | #define HAVE_LIBKSTAT |
| 35 | #endif | 35 | #endif |
| 36 | 36 | ||
| 37 | /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock | 37 | /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock |
| 38 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. | 38 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. |
| 39 | It may also be appropriate for SVR4.x | 39 | It may also be appropriate for SVR4.x |
| 40 | (x<2) but I'm not sure. fnf@cygnus.com */ | 40 | (x<2) but I'm not sure. fnf@cygnus.com */ |
diff --git a/src/s/unixware.h b/src/s/unixware.h index 864f09786b6..ac989d48e2c 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h | |||
| @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include "usg5-4.h" | 22 | #include "usg5-4-common.h" |
| 23 | 23 | ||
| 24 | /* fnf@cygnus.com says these exist. */ | 24 | /* fnf@cygnus.com says these exist. */ |
| 25 | #define HAVE_TCATTR | 25 | #define HAVE_TCATTR |
| @@ -28,7 +28,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | 28 | ||
| 29 | #undef HAVE_SYSV_SIGPAUSE | 29 | #undef HAVE_SYSV_SIGPAUSE |
| 30 | 30 | ||
| 31 | /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock | 31 | /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock |
| 32 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. | 32 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. |
| 33 | It may also be appropriate for SVR4.x | 33 | It may also be appropriate for SVR4.x |
| 34 | (x<2) but I'm not sure. fnf@cygnus.com */ | 34 | (x<2) but I'm not sure. fnf@cygnus.com */ |
diff --git a/src/s/usg5-4.h b/src/s/usg5-4-common.h index 0fcc6623450..0fcc6623450 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4-common.h | |||