aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-09 11:36:58 -0700
committerDan Nicolaescu2010-06-09 11:36:58 -0700
commitc1b1acc2f7a3b658407afe4562a88ea8c62671d9 (patch)
tree3dbde14f99599b8f45d677f5f76a607649493243 /src
parent890a18d63189dcc197134b66bb46ea18605305e4 (diff)
downloademacs-c1b1acc2f7a3b658407afe4562a88ea8c62671d9.tar.gz
emacs-c1b1acc2f7a3b658407afe4562a88ea8c62671d9.zip
* src/s/usg5-4.h: Fix previous change.
Suggested by Lawrence Mitchell <wence@gmx.li>
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/usg5-4.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8589eb32afc..070ce4d308e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/usg5-4.h: Fix previous change.
4 Suggested by Lawrence Mitchell <wence@gmx.li>
5
12010-06-08 Dan Nicolaescu <dann@ics.uci.edu> 62010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * lread.c (X_OK): Remove, unused. 8 * lread.c (X_OK): Remove, unused.
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index b3518d7db9f..e667ffdc106 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -61,9 +61,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
61/* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */ 61/* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */
62#define HAVE_SYSV_SIGPAUSE 62#define HAVE_SYSV_SIGPAUSE
63 63
64/* If we're using the System V X port, BSD bstring functions will be handy. */
65#ifdef HAVE_X_WINDOWS
66
67/* On USG systems signal handlers return void. */ 64/* On USG systems signal handlers return void. */
68#define SIGTYPE void 65#define SIGTYPE void
69 66