Hi,
I have made a quick test between cc-mode 5.28 and 5.30.9 and what I have
observed is that the fontification of case statement label seems not to be
working correctly.
example:
switch(a)
{
case 1234:
blah;
break;
}
In this example the label 1234 was fontified with font-lock-reference-face in
cc-mode 5.28 but in cc-mode 5.30.9 it seems to be not fontified at all.
I'm using Xemacs 2.4.15 on Linux with xemacs-sumo-2004-08-18.tar.gz
With best regards,
Petri Hodju
|