Hi,

I have the following code which I simply want to ignore

MImplementation(ADefaultPresetRef)
  MMakePersistable 
  MRegisterComponent(mDeviceId,   KNoFlags)
MEndImplementation

Initially I get this message:
line 44: syntax error at token MMakePersistable

Then I add this line to the config file
CCCC_Dialect@c++.ansi@MMakePersistable@ignore@

and I get:
line 45: syntax error at token MRegisterComponent

All well and good.  So I do the same thing, I add:
CCCC_Dialect@c++.ansi@MRegisterComponent@ignore@

to the config, but now I get the following error
line 45: syntax error at token (

No matter what I try from here on, I can't get cccc to simply completely ignore these lines of code.

I know this is not a very active forum, so it's a long shot, but can anyone assist?