summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/MathTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/MathTable.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/MathTable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/MathTable.h b/Build/source/texk/web2c/xetexdir/MathTable.h
index 1c27a67fee0..61642e34fe6 100644
--- a/Build/source/texk/web2c/xetexdir/MathTable.h
+++ b/Build/source/texk/web2c/xetexdir/MathTable.h
@@ -216,4 +216,10 @@ typedef struct {
MathValueRecord italicsCorrection[ANY_NUMBER];
} MathItalicsCorrectionInfo;
+typedef struct {
+ le_uint16 coverage;
+ le_uint16 topAccentAttachmentCount;
+ MathValueRecord topAccentAttachment[ANY_NUMBER];
+} MathTopAccentAttachment;
+
#endif