]> git.draconx.ca Git - cdecl99.git/commitdiff
Work around designated initializer bug on HP-UX cc.
authorNick Bowler <nbowler@draconx.ca>
Wed, 10 Mar 2021 01:34:05 +0000 (20:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 10 Mar 2021 01:34:05 +0000 (20:34 -0500)
Work around a designated initializer bug encountered on old versions
of HP-UX.  It seems there are some glitches leading to compilation
failures when the initializers are out of order (or omitted), and
the initializer for such a member is non-constant, and there is a
type conversion involved.

This affects several of the parser actions that initialize declspec
values.  In this case, it is super easy to just change the type and
avoid type conversion, which easily avoids the bug.


No differences found