diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font/writecff.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/writecff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/writecff.c b/Build/source/texk/web2c/luatexdir/font/writecff.c index 98b8a8bc9d5..82b52d96d7c 100644 --- a/Build/source/texk/web2c/luatexdir/font/writecff.c +++ b/Build/source/texk/web2c/luatexdir/font/writecff.c @@ -3389,7 +3389,7 @@ void write_cid_cff(cff_font * cffont, fd_entry * fd) * I have defined a utility function in luafflib.c that does exactly that. * If it works out ok, I will clean up this code. */ -extern int ff_createcff(char *, unsigned char **, integer *); /* libs/luafontforge/src/luafflib.c */ +#include <luafontloader/src/luafflib.h> void writetype1w(fd_entry * fd) { @@ -3398,7 +3398,7 @@ void writetype1w(fd_entry * fd) FILE *fp; ff_entry *ff; unsigned char *tfm_buffer = NULL; - integer tfm_size = 0; + int tfm_size = 0; ff = check_ff_exist(fd->fm->ff_name, 0); |