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