aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-29 20:46:03 +0000
committerJim Blandy1993-05-29 20:46:03 +0000
commitd04e8e46ab8383ce775d5624bb22c639796c0eff (patch)
treebf5238ff8dea4170259e1631eb0b33329fecbaad /src
parent70080de127a78c0c134e899c6efc8b3743a7a3e2 (diff)
downloademacs-d04e8e46ab8383ce775d5624bb22c639796c0eff.tar.gz
emacs-d04e8e46ab8383ce775d5624bb22c639796c0eff.zip
* systty.h (CDISABLE): #undef it before re-#defining it.
Diffstat (limited to 'src')
-rw-r--r--src/systty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index b4b30fb41ba..a2800944126 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -177,6 +177,7 @@ static struct sensemode {
177#define CDISABLE _POSIX_VDISABLE 177#define CDISABLE _POSIX_VDISABLE
178#else /* not _POSIX_VDISABLE */ 178#else /* not _POSIX_VDISABLE */
179#ifdef CDEL 179#ifdef CDEL
180#undef CDISABLE
180#define CDISABLE CDEL 181#define CDISABLE CDEL
181#else /* not CDEL */ 182#else /* not CDEL */
182#define CDISABLE 255 183#define CDISABLE 255