unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* etags structures tagging problem
@ 2004-08-25 14:17 J.C. Wren
  0 siblings, 0 replies; 2+ messages in thread
From: J.C. Wren @ 2004-08-25 14:17 UTC (permalink / raw)


    etags 21.3 (and perhaps other versions, I don't know) does not 
correctly ignore __attribute__ tags on structures. 

        typedef struct cacheLRUEntry_s
        {
          U16 next;
          U16 prev;
        }
        __attribute__ ((packed)) cacheLRUEntry_t;

    This results in the following tags file entry:

        typedef struct cacheLRUEntry_s^?cacheLRUEntry_s^A222,6076
        __attribute__ ((packed)^?packed^A227,6135

    Otherwise, it works great.  Thanks,
        --jc

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: etags structures tagging problem
@ 2004-09-01 16:08 Francesco Potorti`
  0 siblings, 0 replies; 2+ messages in thread
From: Francesco Potorti` @ 2004-09-01 16:08 UTC (permalink / raw)
  Cc: bug-gnu-emacs

>    etags 21.3 (and perhaps other versions, I don't know) does not 
>correctly ignore __attribute__ tags on structures. 

Thanks for the report.  In fact, no etags version knows about the
special attributes between __ and __.  I'll work on this.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-01 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-25 14:17 etags structures tagging problem J.C. Wren
  -- strict thread matches above, loose matches on Subject: below --
2004-09-01 16:08 Francesco Potorti`

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).