[HB] Bug 593231 - < c99 compiler dislikes ValueRecord

This commit is contained in:
Behdad Esfahbod 2009-08-26 18:53:43 -04:00
parent f0c7540c4e
commit c91facd83b
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@
/* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
typedef SHORT Value;
typedef Value ValueRecord[];
typedef Value ValueRecord[0];
ASSERT_SIZE (ValueRecord, 0);
struct ValueFormat : USHORT
{