diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp index a579e257018e82cd1dc727469f390c4ac38127e4..f155352892ccc38c19fba338ce900a1c4875ea58 100644 --- a/compiler/eval-comp.lisp +++ b/compiler/eval-comp.lisp @@ -58,6 +58,7 @@ (*compiler-error-bailout* #'(lambda () (error "Fatal error, aborting evaluation."))) ;; + (*current-path* nil) (*last-source-context* nil) (*last-original-source* nil) (*last-source-form* nil)