gallium: Add extern keyword to global.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 29 Jan 2008 02:21:29 +0000 (11:21 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 29 Jan 2008 09:01:40 +0000 (18:01 +0900)
src/mesa/pipe/draw/draw_vf.h

index 7d90f35b0f48ef069d837be487b303226d7c6f0c..c0fa063c52f5c4e4460dbce8e5da014beaf03993 100644 (file)
@@ -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