mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Mark internal class names
This commit is contained in:
		
							parent
							
								
									58d82eacef
								
							
						
					
					
						commit
						1bd021a789
					
				
				
				Notes:
				
					git
				
				2021-08-14 23:12:26 +09:00 
				
			
			
			
		
		
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								error.c
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								error.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -909,9 +909,9 @@ static const char builtin_types[][10] = {
 | 
			
		|||
    "",				/* 0x17 */
 | 
			
		||||
    "",				/* 0x18 */
 | 
			
		||||
    "",				/* 0x19 */
 | 
			
		||||
    "Memo",			/* internal use: general memo */
 | 
			
		||||
    "Node",			/* internal use: syntax tree node */
 | 
			
		||||
    "iClass",			/* internal use: mixed-in module holder */
 | 
			
		||||
    "<Memo>",			/* internal use: general memo */
 | 
			
		||||
    "<Node>",			/* internal use: syntax tree node */
 | 
			
		||||
    "<iClass>", 		/* internal use: mixed-in module holder */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const char *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue