Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cparser not detecting a typedef

> On Tue, Feb 4, 2014 at 1:23 AM, Sergey Prigogin  
> <eclipse.sprigogin@xxxxxxxxx<mailto:eclipse.sprigogin@xxxxxxxxx>>  
> wrote: 
> It is unfortunate that a problem with a macro may have a cascade  
> effect, but this is the nature of the language.

I wonder if it might be worth hard-coding some common macros
like __cdecl and DllExport that 1) are often not found due to
configuration problems and 2) mess up the parsing of functions
badly when not defined.

Regards,
Nate 		 	   		  

Back to the top