enforce some c89 restrictions
authorJohann <johannkoenig@google.com>
Tue, 5 Feb 2019 02:18:11 +0000 (18:18 -0800)
committerJohann <johannkoenig@google.com>
Tue, 5 Feb 2019 22:03:21 +0000 (14:03 -0800)
commit060491ca21225166aa535bc1479eb0a33fb2ceb6
tree10c7de7deca4dc2ab2823df3fe4a327ec0509f9a
parent088f2d7992396de22fff27b5ee6cc22a2abc4404
enforce some c89 restrictions

Block "for (int i;;)" style declarations.

Use --std=gnu89 to avoid enforcing c89-style comments.

Change-Id: Ia7d1405eac647d04e92513c047773695e8d7dc6e
configure