Undo this and just shut lint up.

This commit is contained in:
Nicholas Marriott
2009-01-29 19:26:53 +00:00
parent 6ad0d2ab4a
commit 2bf9f4973b
2 changed files with 4 additions and 4 deletions

4
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.256 2009-01-29 19:24:34 nicm Exp $ */
/* $Id: tmux.h,v 1.257 2009-01-29 19:26:53 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -302,7 +302,7 @@ enum tty_code_code {
TTYC_SMSO, /* enter_standout_mode, so */
TTYC_SMUL, /* enter_underline_mode, us */
};
#define NTTYCODE ((int) TTYC_SMUL + 1)
#define NTTYCODE (TTYC_SMUL + 1)
/* Termcap types. */
enum tty_code_type {