mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Replace __extension__ with LONGSTRING.
This commit is contained in:
parent
b56a5261fe
commit
5cc1292508
1 changed files with 1 additions and 1 deletions
|
|
@ -3703,7 +3703,7 @@ parse_instructions(GLcontext * ctx, const GLubyte * inst,
|
|||
|
||||
|
||||
/* XXX temporary */
|
||||
__extension__ static char core_grammar_text[] =
|
||||
LONGSTRING static char core_grammar_text[] =
|
||||
#include "grammar_syn.h"
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue