increment error count on errors
This commit is contained in:
		
							parent
							
								
									c3f7993b1a
								
							
						
					
					
						commit
						e2fe3fec2c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -231,6 +231,7 @@ error(va_alist) | |||
| 	char *fmt; | ||||
| 	va_list args; | ||||
| 	extern int yylineno; | ||||
| 	extern int nerrors; | ||||
| 
 | ||||
| 	va_start(args); | ||||
| 		fmt = va_arg(args, char *); | ||||
|  | @ -238,4 +239,5 @@ error(va_alist) | |||
| 		doprnt( STDERR, fmt, args); | ||||
| 		fprint( STDERR, "\n"); | ||||
| 	va_end(args); | ||||
| 	nerrors++; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue