diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-05 17:00:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-05 17:00:42 +0000 |
commit | 933f3b40572f708ed33db95ab820cbd1c9105831 (patch) | |
tree | 362a8ba5198752728cd091eaf00c386f41b80ac0 /Build/source/texk/kpathsea/tex-file.h | |
parent | 6631dfca2c81c3da849c7500219b685b3b205e8e (diff) |
define kpse_lua_format for Hans and Taco
git-svn-id: svn://tug.org/texlive/trunk@4549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.h')
-rw-r--r-- | Build/source/texk/kpathsea/tex-file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.h b/Build/source/texk/kpathsea/tex-file.h index a2047f84c2d..72bb26eb2d0 100644 --- a/Build/source/texk/kpathsea/tex-file.h +++ b/Build/source/texk/kpathsea/tex-file.h @@ -1,7 +1,7 @@ /* tex-file.h: find files in a particular format. + Copyright 1993, 1994, 1995, 1996, 2007 Karl Berry. Copyright 1998-2005 Olaf Weber. - Copyright 1993, 94, 95, 96 Karl Berry. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -101,6 +101,7 @@ typedef enum kpse_pdftex_config_format, kpse_lig_format, kpse_texmfscripts_format, + kpse_lua_format, kpse_last_format /* one past last index */ } kpse_file_format_type; |