Dmitry Vyukov 491919b14f pkg/compiler: work around 0-array-size errors due to missing consts
A const can be used as array size. Then if the const is not present
on all arches, compiler will produce an error about 0-sized-array.
There is no easy way to work around this for a user.
Use value of 1 for missing consts. It's just a bit safer.
2019-05-15 13:48:59 +02:00
..
2019-04-11 16:24:45 +02:00
2019-05-07 18:01:24 +02:00
2019-01-10 12:50:45 +01:00
2017-01-28 19:58:31 +01:00
2019-01-17 10:52:20 +01:00
2019-01-17 10:52:20 +01:00
2019-01-16 19:19:53 +01:00
2018-07-24 12:04:27 +02:00