fixed multiple typedef specifiers handling
This commit is contained in:
		
							parent
							
								
									0bea5c7f21
								
							
						
					
					
						commit
						52b7254b9c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								tcc.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								tcc.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -6837,6 +6837,7 @@ static int parse_btype(CType *type, AttributeDef *ad)
 | 
			
		|||
            t |= (s->type.t & ~VT_TYPEDEF);
 | 
			
		||||
            type->ref = s->type.ref;
 | 
			
		||||
            next();
 | 
			
		||||
            typespec_found = 1;
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
        type_found = 1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue