On 09/04/2011 05:28 AM, Gustavo Lopes wrote:
On Sun, 04 Sep 2011 04:05:32 +0100, Kalle Sommer Nielsen
wrote:
2011/9/3 Arpad Ray:
- Variable declarations should always begin a block, some platforms
will bork otherwise.
Actually this is required for the C standard, the early ones that we
use i
On Sun, 04 Sep 2011 04:05:32 +0100, Kalle Sommer Nielsen
wrote:
2011/9/3 Arpad Ray :
- Variable declarations should always begin a block, some platforms
will bork otherwise.
Actually this is required for the C standard, the early ones that we
use in PHP, whereas C++ allows them anywhere in