From 2bf9f4973b67481e17ceb5afa7a766df5705a2bf Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 29 Jan 2009 19:26:53 +0000 Subject: [PATCH] Undo this and just shut lint up. --- Makefile | 4 ++-- tmux.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a69e80e9..be0478f3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.107 2009-01-27 20:22:33 nicm Exp $ +# $Id: Makefile,v 1.108 2009-01-29 19:26:53 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -120,7 +120,7 @@ dist: clean -f ${DISTDIR}.tar.gz ${DISTFILES} lint: - lint -cehvx ${CFLAGS:M-D*} ${SRCS:M*.c} + lint -chvx ${CFLAGS:M-D*} ${SRCS:M*.c} clean: rm -f ${CLEANFILES} diff --git a/tmux.h b/tmux.h index 6dc957ea..7c4a1a93 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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 {