changeset 46923:9fe1de6ce7ca

(BROKEN_SIGIO): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Aug 2002 04:57:03 +0000
parents ee04d07683ab
children 2d6894cca50a
files src/s/sol2-5.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-5.h	Sat Aug 17 04:56:13 2002 +0000
+++ b/src/s/sol2-5.h	Sat Aug 17 04:57:03 2002 +0000
@@ -2,6 +2,8 @@
 
 #include "sol2-4.h"
 
+#undef BROKEN_SIGIO
+
 /* -lgen is needed for the regex and regcmp functions
    which are used by Motif.  In the future we can try changing
    regex.c to provide them in Emacs, but this is safer for now.  */