diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-15 18:15:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-15 18:15:35 +0000 |
commit | baa0fe4cefaf104803fb55e441d20cab2f4d1fbe (patch) | |
tree | 92c399cf845c6b65867930d309a3e79f81879821 /Build/source/texk/kpathsea/tex-file.c | |
parent | d5879f23bbdd249c0e8ebfba28f1b58d24b00e4b (diff) |
support one-word abbreviations of format names where useful
git-svn-id: svn://tug.org/texlive/trunk@17881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.c')
-rw-r--r-- | Build/source/texk/kpathsea/tex-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c index d31e55dce1f..03f8a142b7e 100644 --- a/Build/source/texk/kpathsea/tex-file.c +++ b/Build/source/texk/kpathsea/tex-file.c @@ -86,11 +86,11 @@ #define LIG_ENVS "LIGFONTS", "TEXFONTS" #define TEXMFSCRIPTS_ENVS "TEXMFSCRIPTS" #define LUA_ENVS "LUAINPUTS" -#define CLUA_ENVS "CLUAINPUTS" #define FONTFEATURES_ENVS "FONTFEATURES" #define FONTCIDMAPS_ENVS "FONTCIDMAPS" #define MLBIB_ENVS "MLBIBINPUTS", BIB_ENVS #define MLBST_ENVS "MLBSTINPUTS", BST_ENVS +#define CLUA_ENVS "CLUAINPUTS" /* The compiled-in default list, DEFAULT_FONT_SIZES, is intended to be set from the command line (presumably via the Makefile). */ |