Cygwin headers and codelite tags
Posted: Wed Dec 09, 2009 6:20 pm
Hi,
I've recently started using codelite 2.0.3365 with a cygwin based project. I can't seem to get functions in the cygwin headers tagged correctly. The issue seems to be due to cygwin headers using this preprocessor macro on all their functions.
Is there a way to get this to work? I tried using
in the tags preprocessors setting but it doesn't seem to do anything.
Any suggestions?
Thanks.
I've recently started using codelite 2.0.3365 with a cygwin based project. I can't seem to get functions in the cygwin headers tagged correctly. The issue seems to be due to cygwin headers using this preprocessor macro on all their functions.
Code: Select all
#define _EXFUN(name, proto) name proto
Code: Select all
_EXFUN(name,proto)=name proto
Any suggestions?
Thanks.