Run the source-file pattern through glob(3).

This commit is contained in:
nicm
2017-01-09 19:27:00 +00:00
parent c05002b0f2
commit 5330a2a85d
4 changed files with 28 additions and 17 deletions

2
tmux.h
View File

@@ -76,7 +76,7 @@ struct tmuxproc;
#define READ_CHANGE_HITS 3
/* Attribute to make gcc check printf-like arguments. */
/* Attribute to make GCC check printf-like arguments. */
#define printflike(a, b) __attribute__ ((format (printf, a, b)))
/* Number of items in array. */