On Friday 02 April 2010 22:40:43 Philippe M. Chiasson wrote:
> In ANSI C you can't define variables in blocks, like
> 
> int foo(void) {
>   int a = 2;
>   some code
>   {
>     int b = 3;
>     more code
>   }
> 
Although I am sure that ANSI C does allow for that I committed your version.
K&R C didn't. But K&R C didn't allow for function parameters to be declared in 
parentheses.

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to