texlive[57675] Build/source/texk/web2c/mfluadir: sync with the

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Feb 8 06:49:55 CET 2021


Revision: 57675
          http://tug.org/svn/texlive?view=revision&revision=57675
Author:   kakuto
Date:     2021-02-08 06:49:54 +0100 (Mon, 08 Feb 2021)
Log Message:
-----------
sync with the upstream

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/mfluadir/ChangeLog
    trunk/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h

Modified: trunk/Build/source/texk/web2c/mfluadir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/mfluadir/ChangeLog	2021-02-08 00:55:42 UTC (rev 57674)
+++ trunk/Build/source/texk/web2c/mfluadir/ChangeLog	2021-02-08 05:49:54 UTC (rev 57675)
@@ -1,3 +1,8 @@
+2021-02-07 Luigi Scarso <luigi.scarso at gmail.com>
+	
+	* DEK tuneup2021
+
+
 2021-01-05 Luigi Scarso <luigi.scarso at gmail.com>
 	
 	* MFLua 1.0.0-alpha: embedding of  otfcc (see https://github.com/caryll/otfcc)

Modified: trunk/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h
===================================================================
--- trunk/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h	2021-02-08 00:55:42 UTC (rev 57674)
+++ trunk/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h	2021-02-08 05:49:54 UTC (rev 57675)
@@ -31,9 +31,11 @@
 	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 @@
 
 typedef struct {
 	otl_LookupType type;
-	otl_Subtable *subtable;
+	/*otl_Subtable *subtable;*/
+        union _otl_subtable *subtable;
 } subtable_extend;
 
 typedef union _otl_subtable {



More information about the tex-live-commits mailing list.