diff options
Diffstat (limited to 'stdlib/error.tl')
-rw-r--r-- | stdlib/error.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/error.tl b/stdlib/error.tl index c6f4689f..65381734 100644 --- a/stdlib/error.tl +++ b/stdlib/error.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defun sys:dig (ctx) (whilet ((form (sys:ctx-form ctx)) (anc (unless (source-loc form) |