# HG changeset patch # User Jim Blandy # Date 738708363 0 # Node ID 3e44fc755c00c8d9c21dabb861ad46b14a405c04 # Parent 760a82a8767e9ffa4a3cdd38bcfb03696c1708bb * systty.h (CDISABLE): #undef it before re-#defining it. diff -r 760a82a8767e -r 3e44fc755c00 src/systty.h --- a/src/systty.h Sat May 29 20:44:59 1993 +0000 +++ b/src/systty.h Sat May 29 20:46:03 1993 +0000 @@ -177,6 +177,7 @@ #define CDISABLE _POSIX_VDISABLE #else /* not _POSIX_VDISABLE */ #ifdef CDEL +#undef CDISABLE #define CDISABLE CDEL #else /* not CDEL */ #define CDISABLE 255