Re: [dev] [style] variable declaration locations and varriable length arrays vs malloc

From: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Tue, 3 Mar 2015 00:43:41 +0100

Evan Gates wrote:
> Thoughts?

Heyho,

a suckless piece of code, where this is used would be the manage() function of
tabbed.c. I don't mind it to declare variables in inner blocks, so it is clear
to the reader that this variable is only intended to be used inside this block
and not only the mighty compiler is able to magically see, that the scope can be
optimized.

--Markus
Received on Tue Mar 03 2015 - 00:43:41 CET

This archive was generated by hypermail 2.3.0 : Tue Mar 03 2015 - 00:48:06 CET