Replace __extension__ with LONGSTRING.

This commit is contained in:
Brian 2006-12-14 14:27:05 -07:00
parent b56a5261fe
commit 5cc1292508

View file

@ -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"
;