Re: [Mesa-dev] [PATCH 1/4] glapi: Remove support for "short string" mode

2014-04-01 Thread Brian Paul
On 04/01/2014 02:15 PM, Ian Romanick wrote: From: Ian Romanick C89 has a fairly short minimum-maximum string length. To support compilers limited by the C89 limits, this script had a mode where it would generate a character array instead of a giant string. These were functionally the same, bu

[Mesa-dev] [PATCH 1/4] glapi: Remove support for "short string" mode

2014-04-01 Thread Ian Romanick
From: Ian Romanick C89 has a fairly short minimum-maximum string length. To support compilers limited by the C89 limits, this script had a mode where it would generate a character array instead of a giant string. These were functionally the same, but the code generated for the character array i