diff options
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') |