comparison lisp/cedet/semantic/db-typecache.el @ 104470:6ccad1511df1

Minor whitespace changes and `require' fixes.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Sep 2009 21:22:05 +0000
parents 273e528a9f9b
children 785c1bb5253e
comparison
equal deleted inserted replaced
104469:ce081012a7d6 104470:6ccad1511df1
29 ;; It is likely this feature will only be needed for C/C++. 29 ;; It is likely this feature will only be needed for C/C++.
30 30
31 (require 'semantic) 31 (require 'semantic)
32 (require 'semantic/db) 32 (require 'semantic/db)
33 (require 'semantic/db-find) 33 (require 'semantic/db-find)
34 (require 'semantic/tag)
35 (require 'semantic/analyze/fcn) 34 (require 'semantic/analyze/fcn)
36 35
37 ;; For semantic-find-tags-by-* macros 36 ;; For semantic-find-tags-by-* macros
38 (eval-when-compile (require 'semantic/find)) 37 (eval-when-compile (require 'semantic/find))
39
40 ;; (require 'semantic/scope)
41 38
42 (declare-function data-debug-insert-thing "data-debug") 39 (declare-function data-debug-insert-thing "data-debug")
43 (declare-function data-debug-new-buffer "data-debug") 40 (declare-function data-debug-new-buffer "data-debug")
44 (declare-function semantic-sort-tags-by-name-then-type-increasing "semantic/sort") 41 (declare-function semantic-sort-tags-by-name-then-type-increasing "semantic/sort")
45 (declare-function semantic-scope-tag-clone-with-scope "semantic/scope") 42 (declare-function semantic-scope-tag-clone-with-scope "semantic/scope")