[bugfix] 'type' field is now of pic_sym type
This commit is contained in:
		
							parent
							
								
									78a982fb41
								
							
						
					
					
						commit
						486c99bf6f
					
				
							
								
								
									
										2
									
								
								error.c
								
								
								
								
							
							
						
						
									
										2
									
								
								error.c
								
								
								
								
							| 
						 | 
					@ -72,7 +72,7 @@ pic_pop_try(pic_state *pic)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static struct pic_error *
 | 
					static struct pic_error *
 | 
				
			||||||
make_error(pic_state *pic, short type, pic_str *msg, pic_value irrs)
 | 
					make_error(pic_state *pic, pic_sym type, pic_str *msg, pic_value irrs)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  struct pic_error *e;
 | 
					  struct pic_error *e;
 | 
				
			||||||
  pic_str *stack;
 | 
					  pic_str *stack;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue