[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.685 and 1.686

version 1.685, 2017/01/07 15:28:13 version 1.686, 2017/01/09 19:27:00
Line 76 
Line 76 
   
 #define READ_CHANGE_HITS 3  #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)))  #define printflike(a, b) __attribute__ ((format (printf, a, b)))
   
 /* Number of items in array. */  /* Number of items in array. */

Legend:
Removed from v.1.685  
changed lines
  Added in v.1.686