mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Remove malloc_options DEBUG bit.
This commit is contained in:
		
							
								
								
									
										8
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								tmux.c
									
									
									
									
									
								
							@@ -34,10 +34,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "tmux.h"
 | 
					#include "tmux.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef DEBUG
 | 
					 | 
				
			||||||
extern char	*malloc_options;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct options	*global_options;	/* server options */
 | 
					struct options	*global_options;	/* server options */
 | 
				
			||||||
struct options	*global_s_options;	/* session options */
 | 
					struct options	*global_s_options;	/* session options */
 | 
				
			||||||
struct options	*global_w_options;	/* window options */
 | 
					struct options	*global_w_options;	/* window options */
 | 
				
			||||||
@@ -182,10 +178,6 @@ main(int argc, char **argv)
 | 
				
			|||||||
	const char	*s;
 | 
						const char	*s;
 | 
				
			||||||
	int		 opt, flags, keys;
 | 
						int		 opt, flags, keys;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef DEBUG
 | 
					 | 
				
			||||||
	malloc_options = (char *) "AFGJPX";
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	setlocale(LC_TIME, "");
 | 
						setlocale(LC_TIME, "");
 | 
				
			||||||
	tzset();
 | 
						tzset();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user