bc: it's not clear bc_vm_file() always exits on errors, remove ERRORS_ARE_FATAL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -7118,9 +7118,6 @@ err:
|
|||||||
free(data);
|
free(data);
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
#if ERRORS_ARE_FATAL
|
|
||||||
# define bc_vm_file(...) (bc_vm_file(__VA_ARGS__), BC_STATUS_SUCCESS)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static BcStatus bc_vm_stdin(void)
|
static BcStatus bc_vm_stdin(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user