Rename a function to avoid a clash with an em system call.
This commit is contained in:
		
							parent
							
								
									670c7ce96f
								
							
						
					
					
						commit
						13a7abdd69
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -123,7 +123,7 @@ int _ioeof(int channel)
 | 
			
		|||
	return (0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void _close(void)
 | 
			
		||||
void _closeall(void)
 | 
			
		||||
{
 | 
			
		||||
	/* close all open files */
 | 
			
		||||
	int i;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -207,7 +207,7 @@ clearstmt { int exp; }
 | 
			
		|||
	;
 | 
			
		||||
 | 
			
		||||
closestmt:	filelist		
 | 
			
		||||
	|	/* empty */	{ C_cal("_close"); }
 | 
			
		||||
	|	/* empty */	{ C_cal("_closeall"); }
 | 
			
		||||
	;
 | 
			
		||||
 | 
			
		||||
filelist { int intv; }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue