mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
This commit is contained in:
parent
f0c7540c4e
commit
c91facd83b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue