help-global
[Top][All Lists]
Advanced

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

Re: Index C function prototypes


From: Shigio YAMAGUCHI
Subject: Re: Index C function prototypes
Date: Mon, 07 Nov 2011 23:47:38 +0900

Hi,
> What I got
> FOO_H_ 2 foo.h ...
> 
> What I expected
> FOO_H_ 2 foo.h ...
> foo   4 foo .h ...

You can see the tag using the following command line:

$ global -xs foo

As ctags does so, global's parser also considers that a prototype is not a 
definition.

> It only works when I write a function definition, i.e. if I substitue the 
> prototype with
> 
> void foo () {}
> 
> ,even if I set GTAGSFORCECPP
> 
> What's missing?
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

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