Hi,
I have written a program to print functions names in a file. But when i have an inline function, i get an error saying unknow type name “inline”. How can i resolve this problem ?
Thanks
Manavender
Hi,
I have written a program to print functions names in a file. But when i have an inline function, i get an error saying unknow type name “inline”. How can i resolve this problem ?
Thanks
Manavender
It sounds like your LangOptions aren't set appropriately; perhaps you
should be setting C99 or GNUMode to 1?
-Eli