Replace __extension__ with LONGSTRING.
authorBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 21:27:05 +0000 (14:27 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 21:27:05 +0000 (14:27 -0700)
src/mesa/shader/arbprogparse.c

index 5a61f30..72d4909 100644 (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"
 ;