commit | 4b09a8c011279fd5bb29d238ebef17810e446783 | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Sat Jun 27 00:19:48 2015 +0300 |
committer | Marco Nelissen <marcone@google.com> | Fri Jul 31 18:47:37 2015 +0000 |
tree | 8c4b6d6f60f0d35e689e1e26d9879039077d1f4a | |
parent | 698de0ed5cb2aa10ed62becb210ec1491642abcf [diff] |
Don't declare variables after statements This fixes building with compilers that are strict about the pre-C99 rule about having all variable declarations before statements. (The previous version of this commit was originally made before the commit adding support for main profile, which added a bunch more similar issues.) Bug: 22860270 Change-Id: I0a927deb2ef4125f79429d108439e249fa531607