small change to previous whitespace-only commit
This commit is contained in:
		
							parent
							
								
									545a37b306
								
							
						
					
					
						commit
						2d292e69a1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								tccgen.c
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								tccgen.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -3058,7 +3058,7 @@ static void post_type_args(CType *type, AttributeDef *ad)
 | 
			
		|||
    CType pt;
 | 
			
		||||
 | 
			
		||||
    /* function declaration */
 | 
			
		||||
    next();
 | 
			
		||||
    skip('(');
 | 
			
		||||
    l = 0;
 | 
			
		||||
    first = NULL;
 | 
			
		||||
    plast = &first;
 | 
			
		||||
| 
						 | 
				
			
			@ -3131,7 +3131,7 @@ static void post_type_array(CType *type, AttributeDef *ad)
 | 
			
		|||
    Sym *s;
 | 
			
		||||
    
 | 
			
		||||
    /* array definition */
 | 
			
		||||
    next();
 | 
			
		||||
    skip('[');
 | 
			
		||||
    if (tok == TOK_RESTRICT1)
 | 
			
		||||
        next();
 | 
			
		||||
    n = -1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue