Project

General

Profile

« Previous | Next » 

Revision 0eeed5bc

Added by jeremyevans (Jeremy Evans) over 5 years ago

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]