2005-10-29 04:25:15

by John Kacur

[permalink] [raw]
Subject: [PATCH] Add ctag support for function prototypes and external variable declarations


This patch adds function prototypes and external variable declarations
to the set of tag kinds when running ctags. I find this useful when
perusing the kernel. Please apply.

Signed-off-by: John Kacur <[email protected]>

---
diff -u linux-2.6.14/Makefile{orig,}


Attachments:
Makefile.patch (979.00 B)

2005-12-25 21:00:41

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH] Add ctag support for function prototypes and external variable declarations

On Sat, Oct 29, 2005 at 12:25:13AM -0400, John Kacur wrote:
>
> This patch adds function prototypes and external variable declarations
> to the set of tag kinds when running ctags. I find this useful when
> perusing the kernel. Please apply.

Apllied - thanks.

Sam