[Bug 60512] Syntax parser can be fooled by #defines

Roberto Raggi roberto at kdevelop.org
Tue Feb 8 17:17:22 UTC 2005


> Can you give an example of how the a macro has to look like in this
you have to fake the macro expansion. for instance you can write something 
like

#define IGNORE_ME(arg) 

and then you can write things like 

  IGNORE_ME(x + y * 2 / 100)

ciao robe




More information about the KDevelop-devel mailing list