declare variables at the beginning of blocks as required for C89 avoid
authorJürg Billeter <j@bitron.ch>
Mon, 7 May 2007 08:01:06 +0000 (08:01 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 7 May 2007 08:01:06 +0000 (08:01 +0000)
commitba59657ff1921a5c5d5e6561cc3a5bdf7efe1442
tree7862bbe67cc448fd990b7d6e120a64e244d4f2f9
parent58e204dad46e41c4db47d1b73a1393d38cae74b9
declare variables at the beginning of blocks as required for C89 avoid

2007-05-07  Jürg Billeter  <j@bitron.ch>

* vala/parser.y: declare variables at the beginning of blocks as
  required for C89
* gobject/valacodegeneratorclass.vala: avoid empty private struct
  declaration
* vapi/glib-2.0.vala: use g_ascii_strtoll instead of strtoll

Patch by Hans Breuer

svn path=/trunk/; revision=307
ChangeLog
gobject/valacodegeneratorclass.vala
vala/parser.y
vapi/glib-2.0.vala