aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-17 04:57:03 +0000
committerRichard M. Stallman2002-08-17 04:57:03 +0000
commit5bc1c7d04c03d703e4d4c302fef38c8cd7260fcc (patch)
tree4f6cfd8bb79c761b1d8143d1810c8882741f375b /src/s
parent7ce1c4de0ec52081c6b9f56eec390903f6867056 (diff)
downloademacs-5bc1c7d04c03d703e4d4c302fef38c8cd7260fcc.tar.gz
emacs-5bc1c7d04c03d703e4d4c302fef38c8cd7260fcc.zip
(BROKEN_SIGIO): Add #undef.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/sol2-5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index 6a7a550c956..6c2a5eec97f 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -2,6 +2,8 @@
2 2
3#include "sol2-4.h" 3#include "sol2-4.h"
4 4
5#undef BROKEN_SIGIO
6
5/* -lgen is needed for the regex and regcmp functions 7/* -lgen is needed for the regex and regcmp functions
6 which are used by Motif. In the future we can try changing 8 which are used by Motif. In the future we can try changing
7 regex.c to provide them in Emacs, but this is safer for now. */ 9 regex.c to provide them in Emacs, but this is safer for now. */