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

Diff for /src/usr.bin/tmux/tmux.c between version 1.53 and 1.54

version 1.53, 2009/10/26 21:42:04 version 1.54, 2009/11/04 12:41:43
Line 31 
Line 31 
 #include "tmux.h"  #include "tmux.h"
   
 #ifdef DEBUG  #ifdef DEBUG
 const char      *malloc_options = "AFGJPX";  extern char     *malloc_options;
 #endif  #endif
   
 volatile sig_atomic_t sigwinch;  volatile sig_atomic_t sigwinch;
Line 298 
Line 298 
         void                    *buf;          void                    *buf;
         size_t                   len;          size_t                   len;
         int                      nfds, retcode, opt, flags, cmdflags = 0;          int                      nfds, retcode, opt, flags, cmdflags = 0;
   
   #ifdef DEBUG
           malloc_options = (char *) "AFGJPX";
   #endif
   
         flags = 0;          flags = 0;
         shellcmd = label = path = NULL;          shellcmd = label = path = NULL;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54