mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									d76b382683
								
							
						
					
					
						commit
						ae411fb558
					
				
					 2 changed files with 4 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
Wed Feb  5 14:41:56 2014  Koichi Sasada  <ko1@atdot.net>
 | 
			
		||||
 | 
			
		||||
	* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
 | 
			
		||||
 | 
			
		||||
Wed Feb  5 14:40:16 2014  Koichi Sasada  <ko1@atdot.net>
 | 
			
		||||
 | 
			
		||||
	* ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -127,12 +127,6 @@
 | 
			
		|||
# include <errno.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if __GNUC__ >= 3
 | 
			
		||||
#define UNINITIALIZED_VAR(x) x = x
 | 
			
		||||
#else
 | 
			
		||||
#define UNINITIALIZED_VAR(x) x
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * NB: to fit things in six character monocase externals, the stdio
 | 
			
		||||
 * code uses the prefix `__s' for stdio objects, typically followed
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue