11 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| struct localvar {
 | |
| 	struct localvar	*next;
 | |
| 	arith		t_offset;	/* offset from LocalBase */
 | |
| 	arith		t_size;
 | |
| 	int		t_align;
 | |
| 	int		t_regtype;
 | |
| 	int		t_count;
 | |
| 	int		t_sc;		/* storage class */
 | |
| };
 | |
| 
 | |
| /* ALLOCDEF "localvar" 10 */
 |