diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/MathTable.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/MathTable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/MathTable.h b/Build/source/texk/web2c/xetexdir/MathTable.h index e302ee17d15..589cc1a2658 100644 --- a/Build/source/texk/web2c/xetexdir/MathTable.h +++ b/Build/source/texk/web2c/xetexdir/MathTable.h @@ -251,7 +251,12 @@ typedef struct { typedef struct { uint16_t heightCount; MathValueRecord height[ANY_NUMBER]; +/* + * The offset of this will vary depending on the size of the height[] array, + * so we have to compute it at runtime, not refer to a fixed field offset. + * MathValueRecord kern[ANY_NUMBER]; + */ } MathKernTable; typedef struct { |