commit | 961e28032fe43e69bdb3c384eeb69505c53963fa | [log] [tgz] |
---|---|---|
author | Guy Harris <guy@alum.mit.edu> | Sun Aug 14 15:29:49 2011 -0700 |
committer | Guy Harris <guy@alum.mit.edu> | Sun Aug 14 15:29:49 2011 -0700 |
tree | 05d5695bbb75abf2a5f18a31c5b44666dc2018d0 | |
parent | 2e0ba2d689cbf0abbd8df4408956bcb8a46d50a4 [diff] |
Declare all local variables before any executable statements. Some C compilers let you get away with that C++-ism; not all do.