bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

etags structures tagging problem


From: J.C. Wren
Subject: etags structures tagging problem
Date: Wed, 25 Aug 2004 10:17:39 -0400
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040812)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]