Fix Linux build. Why won't this complile? extern int const foo; static
authorJon Smirl <jonsmirl@yahoo.com>
Sat, 6 Nov 2004 16:41:24 +0000 (16:41 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Sat, 6 Nov 2004 16:41:24 +0000 (16:41 +0000)
commit000c8eb18ef7ee9cecb34909be52281ec88a5486
tree17a18477e3859a14422d4376b2050c143d03c240
parentb2f275b46e575766c7b5dab22ba30a367a182c9e
Fix Linux build. Why won't this complile? extern int const foo; static
    struct drm_driver driver = { .var = foo }; error says foo is not
    constant
linux-core/r128_drv.c
linux-core/radeon_drv.c