comparison lisp/ChangeLog @ 105323:caba6faa5726

(semantic-c-reset-preprocessor-symbol-map): Fix declaration. (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 02:19:38 +0000
parents 4c610ec5ed40
children 2701a9aa1147
comparison
equal deleted inserted replaced
105322:4c610ec5ed40 105323:caba6faa5726
1 2009-10-01 Glenn Morris <rgm@gnu.org> 1 2009-10-01 Glenn Morris <rgm@gnu.org>
2
3 * cedet/semantic/bovine/gcc.el
4 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2 6
3 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration 7 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4 rather than parsing it as a regexp. This relaxes the layout 8 rather than parsing it as a regexp. This relaxes the layout
5 requirements and makes errors easier to detect. 9 requirements and makes errors easier to detect.
6 (check-declare-verify): Check file is regular. 10 (check-declare-verify): Check file is regular.