diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-15 13:34:11 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-15 13:34:11 +0000 |
commit | 15d75b35e0fe2d87ffbd38f6e017bf525130c62b (patch) | |
tree | 93c75e4572fdc61ec04e6d379aba8fbc50e87e10 /Build/source/texk/web2c/omegafonts/manifests.h | |
parent | 88eaeeb11e3cb2592cd51985bb58a8a15bc101dc (diff) |
texk/web2c/omegafonts: Fix some bugs and add a Lig/Kern test
git-svn-id: svn://tug.org/texlive/trunk@34942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/manifests.h')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/manifests.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/manifests.h b/Build/source/texk/web2c/omegafonts/manifests.h index b44981998a0..f665ca7e654 100644 --- a/Build/source/texk/web2c/omegafonts/manifests.h +++ b/Build/source/texk/web2c/omegafonts/manifests.h @@ -79,6 +79,11 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #define L_MAX 11 +/* Lig/Kern activities */ +#define A_UNREACHABLE 0 /* a program step not known to be reachable */ +#define A_PASS_THROUGH 1 /* a program step passed through on initialization */ +#define A_ACCESSIBLE 2 /* a program step that can be relevant */ + /* Xerox faces */ #define F_MIN 0 |