* lisp/emacs-lisp/comp-cstr.el (comp-ctxt): Initialize it.

This commit is contained in:
Andrea Corallo 2021-04-26 23:13:41 +02:00
parent edf42af2cc
commit 40c71e574a

View file

@ -177,7 +177,7 @@ Return them as multiple value."
;; So we can load comp-cstr.el and comp.el in non native compiled
;; builds.
(defvar comp-ctxt)
(defvar comp-ctxt nil)
(defvar comp-cstr-one (comp-value-to-cstr 1)
"Represent the integer immediate one.")