Make eval(code, binding) use (eval) as FILE and 1 as LINE
This removes the warning that was added in 3802fb92ff8c83eed3e867db20f72c53932f542d, and switches the behavior so that the eval does not use the binding's FILE and LINE implicitly.
Fixes [Bug #4352]
Make eval(code, binding) use (eval) as FILE and 1 as LINE
This removes the warning that was added in
3802fb92ff8c83eed3e867db20f72c53932f542d, and switches the behavior
so that the eval does not use the binding's FILE and LINE
implicitly.
Fixes [Bug #4352]