some order into special vars
This commit is contained in:
parent
c05d414844
commit
ff7093d74b
2 changed files with 4 additions and 2 deletions
|
@ -560,10 +560,13 @@ outputting warnings about functions not being defined at runtime.")
|
||||||
(defvar byte-compile-output nil
|
(defvar byte-compile-output nil
|
||||||
"Alist describing contents to put in byte code string.
|
"Alist describing contents to put in byte code string.
|
||||||
Each element is (INDEX . VALUE)")
|
Each element is (INDEX . VALUE)")
|
||||||
(defvar byte-compile-lap-output nil)
|
|
||||||
(defvar byte-compile-depth 0 "Current depth of execution stack.")
|
(defvar byte-compile-depth 0 "Current depth of execution stack.")
|
||||||
(defvar byte-compile-maxdepth 0 "Maximum depth of execution stack.")
|
(defvar byte-compile-maxdepth 0 "Maximum depth of execution stack.")
|
||||||
|
|
||||||
|
;; These are use by comp.el to spill lap
|
||||||
|
(defvar byte-compile-spilling-lap nil)
|
||||||
|
(defvar byte-compile-lap-output nil)
|
||||||
|
|
||||||
|
|
||||||
;;; The byte codes; this information is duplicated in bytecomp.c
|
;;; The byte codes; this information is duplicated in bytecomp.c
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
|
|
||||||
;; FIXME these has to be removed
|
;; FIXME these has to be removed
|
||||||
(defvar comp-speed 2)
|
(defvar comp-speed 2)
|
||||||
(defvar byte-compile-lap-output)
|
|
||||||
|
|
||||||
(defvar comp-pass nil
|
(defvar comp-pass nil
|
||||||
"Every pass has the right to bind what it likes here.")
|
"Every pass has the right to bind what it likes here.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue