emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

function is not fontified when return type is not given


From: Nick Roberts
Subject: function is not fontified when return type is not given
Date: Fri, 9 Mar 2007 17:08:25 +1300

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]