mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 09:28:51 +00:00
Undo this and just shut lint up.
This commit is contained in:
parent
6ad0d2ab4a
commit
2bf9f4973b
4
Makefile
4
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
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
@ -120,7 +120,7 @@ dist: clean
|
|||||||
-f ${DISTDIR}.tar.gz ${DISTFILES}
|
-f ${DISTDIR}.tar.gz ${DISTFILES}
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
lint -cehvx ${CFLAGS:M-D*} ${SRCS:M*.c}
|
lint -chvx ${CFLAGS:M-D*} ${SRCS:M*.c}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${CLEANFILES}
|
rm -f ${CLEANFILES}
|
||||||
|
4
tmux.h
4
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 <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -302,7 +302,7 @@ enum tty_code_code {
|
|||||||
TTYC_SMSO, /* enter_standout_mode, so */
|
TTYC_SMSO, /* enter_standout_mode, so */
|
||||||
TTYC_SMUL, /* enter_underline_mode, us */
|
TTYC_SMUL, /* enter_underline_mode, us */
|
||||||
};
|
};
|
||||||
#define NTTYCODE ((int) TTYC_SMUL + 1)
|
#define NTTYCODE (TTYC_SMUL + 1)
|
||||||
|
|
||||||
/* Termcap types. */
|
/* Termcap types. */
|
||||||
enum tty_code_type {
|
enum tty_code_type {
|
||||||
|
Loading…
Reference in New Issue
Block a user