Re: How to index global variable definition?
"Shigio YAMAGUCHI" <[email protected]> Sun, 19 Dec 2010 19:13:10 +0900
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > Could you give me some hints on how to index global variable > definition/declaration and function declaration as object (not symbol) with > gtags? You can achieve it by rewriting the source code of the C parser: libparser/C.c To generate a definition tag, you should use PUT(PARSER_DEF, ...). Good luck. -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3