The keyword main isn't fontified with K&R syntax (unless it is given a return type), e.g,
main (argc, argv)
int argc;
char **argv;
{
return;
}
I see that it does fontify correctly with the ANSI syntax:
main (int argc, char** argv) {
{
return;
}
--
Nick http://www.inet.net.nz/~nickrob
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
