From: handa Date: Sat, 24 Jul 2004 02:43:23 +0000 (+0000) Subject: (OTF_Glyph): New union member u.index. X-Git-Tag: REL-0-9-1~39 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=be3f2619a5294ce3bd321691eaa98b5331a0c1bf;p=m17n%2Flibotf.git (OTF_Glyph): New union member u.index. --- diff --git a/src/otf.h b/src/otf.h index 7e2e238..673775f 100644 --- a/src/otf.h +++ b/src/otf.h @@ -1143,6 +1143,9 @@ typedef struct int positioning_type; union { struct { + int from, to; + } index; + struct { enum OTF_ValueFormat format; OTF_ValueRecord *value; } f1;