mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix some cedet compilation warnings pertaining to semantic/db
* lisp/cedet/ede/config.el (semantic/db) (ede-preprocessor-map): Ditto. * lisp/cedet/ede/cpp-root.el (semantic/db): Ditto. * lisp/cedet/ede/emacs.el (semantic/db): Ditto. * lisp/cedet/ede/linux.el (semantic/db): Require to avoid warnings about unknown slot lexical-table, and remove declare-functions from the now-required semantic/db.
This commit is contained in:
parent
69d3d69d4c
commit
126702a979
4 changed files with 4 additions and 15 deletions
|
|
@ -150,12 +150,10 @@
|
|||
;; up the differences (the "include summary" reported the same include paths).
|
||||
|
||||
(require 'ede)
|
||||
(require 'semantic/db)
|
||||
|
||||
(defvar semantic-lex-spp-project-macro-symbol-obarray)
|
||||
(declare-function semantic-lex-make-spp-table "semantic/lex-spp")
|
||||
(declare-function semanticdb-file-table-object "semantic/db")
|
||||
(declare-function semanticdb-needs-refresh-p "semantic/db")
|
||||
(declare-function semanticdb-refresh-table "semantic/db")
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue