commit | 3ff3dc1fb15a9b4552a2660b2db108aa090869da | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 07 00:19:57 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 14:08:05 2007 +0200 |
tree | d1610896080ba92e10b9e9554139caa337b6a723 | |
parent | 2b1dccd501fedd63842d5555ac334791ad64aec1 [diff] |
[MINOR] add support for variable size arrays in structures Depending on the version of GCC, variable size arrays are not declared in the same manner. Let's add a check for the version and provide a macro.