diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 12:38:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 12:38:37 +0000 |
commit | 61c7bfc128433a7f82f2a178a60cdd2aa1b53c65 (patch) | |
tree | f2327fa80f519a0a16ebad9f8ade20022ffc9872 /compat/ttydefaults.h | |
parent | 14eb6df45e397730085ec37ac606e278c5c388c7 (diff) | |
download | rtmux-61c7bfc128433a7f82f2a178a60cdd2aa1b53c65.tar.gz rtmux-61c7bfc128433a7f82f2a178a60cdd2aa1b53c65.tar.bz2 rtmux-61c7bfc128433a7f82f2a178a60cdd2aa1b53c65.zip |
Also undef CTRL.
Diffstat (limited to 'compat/ttydefaults.h')
-rw-r--r-- | compat/ttydefaults.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/ttydefaults.h b/compat/ttydefaults.h index 9e98fa4e..1bb942d2 100644 --- a/compat/ttydefaults.h +++ b/compat/ttydefaults.h @@ -1,4 +1,4 @@ -/* $Id: ttydefaults.h,v 1.2 2009-08-20 12:27:58 nicm Exp $ */ +/* $Id: ttydefaults.h,v 1.3 2009-08-20 12:38:37 nicm Exp $ */ /* $OpenBSD: ttydefaults.h,v 1.6 2003/06/02 23:28:22 millert Exp $ */ /* $NetBSD: ttydefaults.h,v 1.8 1996/04/09 20:55:45 cgd Exp $ */ @@ -56,6 +56,7 @@ /* * Control Character Defaults */ +#undef CTRL #define CTRL(x) (x&037) #ifndef CEOF #define CEOF CTRL('d') |