[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Outline gets messed up

I have a function declaration at the top of my .c file something like this:

static Boolean ListViewUpdateDisplay (UInt16 updateCode)
__attribute__((section("RS1")));

When I added the __attribute__ to the function declaration the Outline view
got all messed up. It now shows every function in my source file as being
under ListViewUpdateDisplay in a hierarchy.

--
Andy Arhelger