diff options
author | Ian Romanick <[email protected]> | 2014-04-01 12:40:18 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-04-02 11:30:37 -0700 |
commit | 4e18279fae2f5d91fb8475c1c6ac02a46121c642 (patch) | |
tree | f1b2c3b81a52650a5aac9b34a6b6a9e7b9c48edd /src/mapi/glapi/gen/SConscript | |
parent | 0f641b2d5025a4306c6e5f9d639def4061f69667 (diff) |
glapi: Remove support for "short string" mode
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 is
HUGE and difficult to read.
As far as I can tell, nothing in Mesa uses '-m short' any more. The
generated files used to be tracked in revision control, but I think we
stopped using '-m short' when we stopped tracking the generated files.
Signed-off-by: Ian Romanick <[email protected]>
Tested-by: Brian Paul <[email protected]>
Tested-by: Lu Hua <[email protected]>
Cc: Vinson Lee <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/SConscript')
0 files changed, 0 insertions, 0 deletions