mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
gallium: Add extern keyword to global.
This commit is contained in:
parent
59e7bfd5ac
commit
3d3f7cf06e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue