mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* etags.c (C_entries): Name the #define's that are macros.
This commit is contained in:
parent
bdcd49ba41
commit
7e5c230dc5
@ -1823,9 +1823,7 @@ C_entries (c_ext, inf)
|
||||
|
||||
if (structdef == stagseen
|
||||
|| typdef == tend
|
||||
/* Better not to name the #define's in
|
||||
order to reduce the TAGS file size.
|
||||
|| definedef == dignorerest */ )
|
||||
|| (definedef == dignorerest && is_func))
|
||||
tok.named = TRUE;
|
||||
|
||||
if (definedef == dnone
|
||||
|
Loading…
Reference in New Issue
Block a user