Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2001 08:51:23 -0700
From:      "Justin T. Gibbs" <gibbs@scsiguy.com>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/pccbb pccbb.c 
Message-ID:  <200111261551.fAQFpNY44638@aslan.scsiguy.com>
In-Reply-To: Your message of "Sun, 25 Nov 2001 21:42:46 PST." <200111260542.fAQ5gkn18652@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>imp         2001/11/25 21:42:46 PST
>
>  Modified files:
>    sys/dev/pccbb        pccbb.c 
>  Log:
>  style(9) fixes:
>          o declare variables at the start of the function, not the start of
>            a block.

This is not a requirement of style(9) (at least not in -stable).
C allows variables to have block only scope and we should allow
the use of this feature of the language.

--
Justin

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111261551.fAQFpNY44638>