mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* ebrowse.c (BROWSE_STRUCT): Remove unused macro.
This commit is contained in:
parent
6c0668d97b
commit
9e1b7fe6be
@ -3,6 +3,7 @@
|
||||
* ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
|
||||
to reader (and to the compiler) that the loop always executes at
|
||||
least once. This prevents a warning with recent GCC.
|
||||
(BROWSE_STRUCT): Remove unused macro.
|
||||
|
||||
* fakemail.c: Include <ignore-value.h>.
|
||||
(put_line): Explicitly ignore fwrite return value, for benefit of
|
||||
|
@ -77,7 +77,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#define TREE_HEADER_STRUCT "[ebrowse-hs "
|
||||
#define TREE_STRUCT "[ebrowse-ts "
|
||||
#define MEMBER_STRUCT "[ebrowse-ms "
|
||||
#define BROWSE_STRUCT "[ebrowse-bs "
|
||||
#define CLASS_STRUCT "[ebrowse-cs "
|
||||
|
||||
/* The name of the symbol table entry for global functions, variables,
|
||||
|
Loading…
Reference in New Issue
Block a user