continue when an include file is not found
This commit is contained in:
		
							parent
							
								
									cd367c7940
								
							
						
					
					
						commit
						4dfa2310fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -269,7 +269,7 @@ do_include()
 | 
			
		|||
	inctable[0] = WorkingDir;
 | 
			
		||||
	if (filenm) {
 | 
			
		||||
		if (!InsertFile(filenm, &inctable[tok==FILESPECIFIER],&result)){
 | 
			
		||||
			fatal("cannot find include file \"%s\"", filenm);
 | 
			
		||||
			error("cannot find include file \"%s\"", filenm);
 | 
			
		||||
		}
 | 
			
		||||
		else {
 | 
			
		||||
			WorkingDir = getwdir(result);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue