diff options
| author | Jim Blandy | 1992-05-01 06:20:52 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-05-01 06:20:52 +0000 |
| commit | 784e43dd34233d2fcb828f86fa8fa01ad209517b (patch) | |
| tree | 2f006fc75e7429e60eac245b9e277486a08d06c7 /src/s | |
| parent | 32676c085ce177af1e1e8ab61360c68772450af0 (diff) | |
| download | emacs-784e43dd34233d2fcb828f86fa8fa01ad209517b.tar.gz emacs-784e43dd34233d2fcb828f86fa8fa01ad209517b.zip | |
entered into RCS
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux.h | 2 | ||||
| -rw-r--r-- | src/s/sunos4shr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index e146501004c..945835982a8 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -199,7 +199,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 199 | #define srand srand48 | 199 | #define srand srand48 |
| 200 | 200 | ||
| 201 | /* In hpux, the symbol SIGIO is defined, but the feature | 201 | /* In hpux, the symbol SIGIO is defined, but the feature |
| 202 | does not really exist. | 202 | doesn't work in the way Emacs needs it to. |
| 203 | 203 | ||
| 204 | Here we assume that signal.h is included before config.h | 204 | Here we assume that signal.h is included before config.h |
| 205 | so that we can override it here. */ | 205 | so that we can override it here. */ |
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 2b665513b19..c5bcf838e61 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -27,4 +27,4 @@ | |||
| 27 | 27 | ||
| 28 | #define UNEXEC unexsunos4.o | 28 | #define UNEXEC unexsunos4.o |
| 29 | #define RUN_TIME_REMAP | 29 | #define RUN_TIME_REMAP |
| 30 | #define LD_CMD cc | 30 | #define LINKER cc |