Handle another GCC perversion: Global arrays without explicit storage class and...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Nov 2008 14:43:50 +0000 (14:43 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Nov 2008 14:43:50 +0000 (14:43 +0000)
commit04360eab7b82423680627a5aa0c44e109b9b9e25
treee2d432a404fcb63e2ad09af4700b5e3287d14cc6
parentc26d8567a874b869dd0dde93a02790a5eccaec5f
Handle another GCC perversion:  Global arrays without explicit storage class and unspecified length are assumed to have length 1.

[r24061]
parser.c