Mercurial > emacs
comparison src/ChangeLog @ 109759:779e72b463fd
Shut up compiler warnings due to "char *" and "const char *".
w32menu.c (add_menu_item): Use explicit cast to "char *".
(name_is_separator): Make `name' and `start' be "const char *".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 13 Aug 2010 11:10:05 +0300 |
parents | 818e325e0469 |
children | 0217a9452703 |
comparison
equal
deleted
inserted
replaced
109758:6fb5db53272f | 109759:779e72b463fd |
---|---|
1 2010-08-13 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler | |
4 warnings due to mixing of "char *" and "const char *". | |
5 | |
1 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 Introduce a new comment style "c" flag. | 8 Introduce a new comment style "c" flag. |
4 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB) | 9 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB) |
5 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros. | 10 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros. |