From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 08 Apr 2009 17:28:55 -0500 Subject: [U-Boot] use of C99 In-Reply-To: <20090408213412.4754B8560EFB@gemini.denx.de> References: <4A0B9AAA-4714-4C27-84A7-22FCE4D91DDA@freescale.com> <20090408192832.8D48F8560EFB@gemini.denx.de> <49DCFF1D.6080006@ge.com> <20090408213412.4754B8560EFB@gemini.denx.de> Message-ID: <49DD2527.503@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > It is ugly, but much less ugly than variable declarations right in the > middle of 200 lines of code. 200-line functions are ugly no matter what variable declaration style you use. :-) -Scott