summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-01-29 11:21:29 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-01-29 18:01:40 +0900
commit3d3f7cf06e4ac25aeb604703cb8113db9fd2f8eb (patch)
treeb31d792ea1ce8797a52738930b42b3f031cd7439 /src
parent59e7bfd5ac06bdae815ab5afa2fadb6d898c420d (diff)
gallium: Add extern keyword to global.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/draw/draw_vf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_vf.h b/src/mesa/pipe/draw/draw_vf.h
index 7d90f35b0f..c0fa063c52 100644
--- a/src/mesa/pipe/draw/draw_vf.h
+++ b/src/mesa/pipe/draw/draw_vf.h
@@ -195,7 +195,8 @@ struct draw_vf_format_info {
const unsigned attrsize;
};
-const struct draw_vf_format_info draw_vf_format_info[DRAW_EMIT_MAX];
+extern const struct draw_vf_format_info
+draw_vf_format_info[DRAW_EMIT_MAX];
#endif