|
From: Martin S. <ma...@ly...> - 2001-01-22 01:37:03
|
Raghavender Gyambavantha <R.G...@er...> wrote:
> I modified the "gnu" style slightly to create the configuration below and have
> the arglist-close set to "c-lineup-arglist-close-under-paren". This setting
> along with the auto-newline being ON gives me "Scan error: Unbalanced paranthesis"
> when I type the "{" (function -open) as in the example below
>
> void fnName (int i,
> int j
> )
> {
I can repeat this bug in CC Mode 5.21. It have been fixed since then;
it doesn't occur with the current release 5.27. So to get rid of it
you need to upgrade; you can get it from
http://cc-mode.sourceforge.net/. (I saw that a similar bug still
exists in that release, however, so it's possible you'll run into
problems in some situations like this even if you upgrade. So far the
full fix only exists in the cvs sources.)
Thanks for the report.
|