projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a13ceb
)
`static const' instead of `const static'
author
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 14 Feb 2005 08:02:50 +0000
(08:02 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 14 Feb 2005 08:02:50 +0000
(08:02 +0000)
src/mesa/tnl/t_vertex.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vertex.c
b/src/mesa/tnl/t_vertex.c
index 2f7c37ad246443aae4e9f30f3fb77d4fdbefb10e..2df2a0ac0df83dbb73ee6960f2c79e6933d0d262 100644
(file)
--- a/
src/mesa/tnl/t_vertex.c
+++ b/
src/mesa/tnl/t_vertex.c
@@
-732,7
+732,7
@@
static void extract_1ub_1f( const struct tnl_clipspace_attr *a, GLfloat *out, co
}
-
const static
struct {
+
static const
struct {
const char *name;
tnl_extract_func extract;
tnl_insert_func insert[4];