* src/s/usg5-4.h: Fix previous change.

Suggested by Lawrence Mitchell <wence@gmx.li>
This commit is contained in:
Dan Nicolaescu 2010-06-09 11:36:58 -07:00
parent 890a18d631
commit c1b1acc2f7
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
* s/usg5-4.h: Fix previous change.
Suggested by Lawrence Mitchell <wence@gmx.li>
2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
* lread.c (X_OK): Remove, unused.

View file

@ -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