diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-09 11:36:58 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-09 11:36:58 -0700 |
commit | c1b1acc2f7a3b658407afe4562a88ea8c62671d9 (patch) | |
tree | 3dbde14f99599b8f45d677f5f76a607649493243 /src/s/usg5-4.h | |
parent | 890a18d63189dcc197134b66bb46ea18605305e4 (diff) | |
download | emacs-c1b1acc2f7a3b658407afe4562a88ea8c62671d9.tar.gz |
* src/s/usg5-4.h: Fix previous change.
Suggested by Lawrence Mitchell <wence@gmx.li>
Diffstat (limited to 'src/s/usg5-4.h')
-rw-r--r-- | src/s/usg5-4.h | 3 |
1 files changed, 0 insertions, 3 deletions
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/>. */ /* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */ #define HAVE_SYSV_SIGPAUSE -/* If we're using the System V X port, BSD bstring functions will be handy. */ -#ifdef HAVE_X_WINDOWS - /* On USG systems signal handlers return void. */ #define SIGTYPE void |