From: Brian Date: Thu, 14 Dec 2006 21:27:05 +0000 (-0700) Subject: Replace __extension__ with LONGSTRING. X-Git-Tag: 062012170305~20016 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cc12925089ba705e4f0af9649bc30b546d900ff;p=profile%2Fivi%2Fmesa.git Replace __extension__ with LONGSTRING. --- diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index 5a61f30..72d4909 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -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" ;