]> git.eshelyaron.com Git - emacs.git/commit
Fix some compilation warnings in non nativecomp build (bug#43892)
authorAndrea Corallo <akrl@sdf.org>
Mon, 12 Oct 2020 18:55:38 +0000 (18:55 +0000)
committerAndrea Corallo <akrl@sdf.org>
Mon, 12 Oct 2020 19:19:09 +0000 (21:19 +0200)
commit6606ec8e313bf48a1ac7b63c52bfeb64c4257107
tree075278046c04ad1b8ef032d8f484f71eb808b7f6
parentfeed53f8b5da0e58cce412cd41a52883dba6c1be
Fix some compilation warnings in non nativecomp build (bug#43892)

* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install):
Declare function.
* lisp/emacs-lisp/find-func.el (comp-eln-to-el-h): Declare
variable.
* lisp/emacs-lisp/nadvice.el (comp-subr-trampoline-install):
Declare function.
* lisp/files.el (comp-eln-to-el-h): Declare variable.
* lisp/help.el (subr-native-lambda-list): Declare function.
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/nadvice.el
lisp/files.el
lisp/help.el