From 14a54f4d8c7cb19c2283cf2b3ad5e7fb31d96279 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Mon, 8 Feb 2021 05:49:54 +0000 Subject: sync with the upstream git-svn-id: svn://tug.org/texlive/trunk@57675 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mfluadir/ChangeLog | 5 +++++ Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/mfluadir') diff --git a/Build/source/texk/web2c/mfluadir/ChangeLog b/Build/source/texk/web2c/mfluadir/ChangeLog index ee8903cf27c..6f1a9f9e498 100644 --- a/Build/source/texk/web2c/mfluadir/ChangeLog +++ b/Build/source/texk/web2c/mfluadir/ChangeLog @@ -1,3 +1,8 @@ +2021-02-07 Luigi Scarso + + * DEK tuneup2021 + + 2021-01-05 Luigi Scarso * MFLua 1.0.0-alpha: embedding of otfcc (see https://github.com/caryll/otfcc) diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h index 87dab7f55c6..4cbca062d64 100644 --- a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h +++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h @@ -31,9 +31,11 @@ typedef enum { otl_type_gpos_extend = 0x29 } otl_LookupType; -typedef union _otl_subtable otl_Subtable; + +/*typedef union _otl_subtable otl_Subtable;*/ typedef struct _otl_lookup otl_Lookup; + typedef struct { pos_t dx; pos_t dy; @@ -177,7 +179,8 @@ extern caryll_RefElementInterface(subtable_gpos_markToLigature) iSubtable_gpos_m typedef struct { otl_LookupType type; - otl_Subtable *subtable; + /*otl_Subtable *subtable;*/ + union _otl_subtable *subtable; } subtable_extend; typedef union _otl_subtable { -- cgit v1.2.3