projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56a526
)
Replace __extension__ with LONGSTRING.
author
Brian
<brian@yutani.localnet.net>
Thu, 14 Dec 2006 21:27:05 +0000
(14:27 -0700)
committer
Brian
<brian@yutani.localnet.net>
Thu, 14 Dec 2006 21:27:05 +0000
(14:27 -0700)
src/mesa/shader/arbprogparse.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/arbprogparse.c
b/src/mesa/shader/arbprogparse.c
index 5a61f30193b04558d0d306d6d30d405bdab5d3ee..72d49093721bb2a162837f8afa06b4580f9227d0 100644
(file)
--- 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"
;