[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.581 and 1.582

version 1.581, 2015/11/18 13:06:54 version 1.582, 2015/11/18 14:27:44
Line 69 
Line 69 
 #define READ_BACKOFF 512  #define READ_BACKOFF 512
 #define READ_TIME 100  #define READ_TIME 100
   
 /* Definition to shut gcc up about unused arguments. */  
 #define unused __attribute__ ((unused))  
   
 /* 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)))
   

Legend:
Removed from v.1.581  
changed lines
  Added in v.1.582