mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									eed5e11d3b
								
							
						
					
					
						commit
						ab442cdc39
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dln.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dln.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1224,7 +1224,7 @@ aix_loaderror(const char *pathname)
 | 
			
		|||
	do { \
 | 
			
		||||
	    *p++ = ((c = *file++) == '/') ? DLN_NEEDS_ALT_SEPARATOR : c; \
 | 
			
		||||
	} while (c); \
 | 
			
		||||
	str = tmp; \
 | 
			
		||||
	src = tmp; \
 | 
			
		||||
    } while (0)
 | 
			
		||||
#else
 | 
			
		||||
#define translit_separator(str) (void)(str)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue