diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-06-03 13:40:46 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-06-03 13:40:46 +0000 |
commit | dd3bed371f5139080aad1cf587daf867f6135b6d (patch) | |
tree | 7ff3798111df6973a19f15af7a102103cd8250c7 /Build/source/texk/web2c/luatexdir/font/texfont.h | |
parent | f1ac6f3e0cfbdd6d2d1ab9f5225c2af340039b09 (diff) |
sources for luatex 0.40.2
git-svn-id: svn://tug.org/texlive/trunk@13604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font/texfont.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/texfont.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/texfont.h b/Build/source/texk/web2c/luatexdir/font/texfont.h index 0e733850435..8810f58ae46 100644 --- a/Build/source/texk/web2c/luatexdir/font/texfont.h +++ b/Build/source/texk/web2c/luatexdir/font/texfont.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ -/* $Id: texfont.h 2361 2009-04-27 14:30:46Z taco $ */ +/* $Id: texfont.h 2414 2009-06-03 12:57:01Z taco $ */ /* Here we have the interface to LuaTeX's font system, as seen from the main pascal program. There is a companion list in luatex.defines to @@ -598,7 +598,7 @@ typedef enum { packet_char_code, packet_end_code } packet_command_codes; -extern scaled sqxfw(scaled sq, integer fw); +extern scaled store_scaled_f(scaled sq, integer fw); extern void do_vf_packet(internal_font_number vf_f, integer c); extern int vf_packet_bytes(charinfo * co); |