public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tags: put function prototypes back!
@ 2010-02-03 20:18 Alexey Dobriyan
  2010-06-15  9:22 ` Uwe Kleine-König
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey Dobriyan @ 2010-02-03 20:18 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, stefani

commit 7db86dc97fb0c47af63e6b965e8ff37126050d25
"ctags: usability fix" removed function prototypes from tags file
claiming "It makes no real sense to include function prototypes".
But it is useful for quickly determining which header file developer
needs to include to fix compilation.

Now if someone wants to remove forward declatations (which I agree are
baggage), write a postprocessing script.

Please apply.

	Alexey, who is sick reverting this chunk locally.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 scripts/tags.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -108,7 +108,7 @@ exuberant()
 	-I ____cacheline_internodealigned_in_smp                \
 	-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL                      \
 	-I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \
-	--extra=+f --c-kinds=-px                                \
+	--extra=+f --c-kinds=+px                                \
 	--regex-asm='/^ENTRY\(([^)]*)\).*/\1/'                  \
 	--regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/'
 

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

end of thread, other threads:[~2010-12-02 11:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-03 20:18 [PATCH] tags: put function prototypes back! Alexey Dobriyan
2010-06-15  9:22 ` Uwe Kleine-König
2010-06-15  9:54   ` Michal Marek
2010-06-15 11:41     ` Uwe Kleine-König
2010-06-15 11:52       ` Michal Marek
2010-11-04  9:24         ` [RESEND PATCH] " Uwe Kleine-König
2010-11-17  9:06           ` Uwe Kleine-König
2010-12-02 11:53             ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox