commit | d3480ba37fbb5d4be75b094060f5b2f1ce98fb53 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 03 10:47:29 2009 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 03 10:47:29 2009 -0500 |
tree | 38b36c9a78d372e0cee4b78272428683db25af17 | |
parent | 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7 [diff] |
Don't use zero-sized arrays It's not part of the standard and MSVC doesn't like it. It makes the code a lot less elegant than it used to be, but I think it should work now.