Cc: Linus Torvalds <torvalds@...>, Adrian Bunk <bunk@...>, Ingo Molnar <mingo@...>, Linux Kernel Mailing List <linux-kernel@...>, Andrew Morton <akpm@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Alexander van Heukelum <heukelum@...>
On Mon, Apr 28, 2008 at 10:32:17PM -0400, Jeff Dike wrote:
How does the preprocessed code look like around the definition
and the declaration + use of said function?
Try to do an:
make path/to/file.i
To see the preprocessed output.
Just in case we have some subtle things going on..
Sam
--