"Ivan Voras" <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > I'm curious about what you mean with "c99 variable declarations". [...] > [...] I mean things like: > > if () { > struct *something abc; > int y; > ... > }
C has always allowed declaring variables at the top of any block. It is still discouraged by style(9), though. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"