[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
This commit is contained in:
parent
f0c7540c4e
commit
c91facd83b
|
@ -34,7 +34,9 @@
|
||||||
/* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
|
/* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
|
||||||
|
|
||||||
typedef SHORT Value;
|
typedef SHORT Value;
|
||||||
typedef Value ValueRecord[];
|
|
||||||
|
typedef Value ValueRecord[0];
|
||||||
|
ASSERT_SIZE (ValueRecord, 0);
|
||||||
|
|
||||||
struct ValueFormat : USHORT
|
struct ValueFormat : USHORT
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue