fix single function compilation
This commit is contained in:
parent
d901221e2b
commit
a421c27723
2 changed files with 31 additions and 32 deletions
|
@ -3147,9 +3147,8 @@ for symbols generated by the byte compiler itself."
|
|||
byte-compile-vector byte-compile-maxdepth)))
|
||||
(when byte-native-compiling
|
||||
;; Spill LAP for the native compiler here
|
||||
(when byte-compile-current-form
|
||||
(push (cons byte-compile-current-form byte-compile-output)
|
||||
byte-to-native-lap)))
|
||||
(push (cons byte-compile-current-form byte-compile-output)
|
||||
byte-to-native-lap))
|
||||
out))
|
||||
;; it's a trivial function
|
||||
((cdr body) (cons 'progn (nreverse body)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue