On Tue, 22 Nov 2005, David Stipp wrote:
> Hi all,
>
> There's a bug in the autoconf macros that cause the compile to fail on
> Sun Studio 9. One of the tests (empty array support) is not escaped
> properly, so the macro int bar[0] expands to int bar0, which won't
> exactly test what it needs to
Hi all,
There's a bug in the autoconf macros that cause the compile to fail on
Sun Studio 9. One of the tests (empty array support) is not escaped
properly, so the macro int bar[0] expands to int bar0, which won't
exactly test what it needs to be testing...
Patch below. (basically put the bar[0