summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ptexlib.h
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2018-09-05 21:30:41 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2018-09-05 21:30:41 +0000
commit1b8b254a766350291f8e7e19feaf6326ebabe633 (patch)
tree8a20823763635906b94a68b72541a10dc6f91377 /Build/source/texk/web2c/luatexdir/ptexlib.h
parentef7aedbc1cabb3eebb59082e349f9792c9c4d3c1 (diff)
sync with luatex revision 6924.
git-svn-id: svn://tug.org/texlive/trunk@48591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ptexlib.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/ptexlib.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ptexlib.h b/Build/source/texk/web2c/luatexdir/ptexlib.h
index 21bb9348ce2..f63f480b000 100644
--- a/Build/source/texk/web2c/luatexdir/ptexlib.h
+++ b/Build/source/texk/web2c/luatexdir/ptexlib.h
@@ -153,7 +153,8 @@ size_t T##_limit
# include "tex/expand.h"
# include "tex/conditional.h"
-# include "pdf/pdftypes.h" /* the backend data structure, shared between dvi and pdf */
+# include "pdf/pdftypes.h" /* the backend data structure, shared between dvi and pdf (might move to |tex/backend| */
+# include "tex/backend.h" /* more backend data */
# include "synctex.h"
@@ -254,7 +255,7 @@ int lua_appendtovlist_callback(
halfword box, int location, halfword prev_depth, boolean is_mirrored,
halfword * result, int * next_depth, boolean * prev_set);
-void lua_pdf_literal(PDF pdf, int i);
+void lua_pdf_literal(PDF pdf, int i, int noline);
void copy_pdf_literal(pointer r, pointer p);
void free_pdf_literal(pointer p);
void show_pdf_literal(pointer p);
@@ -277,7 +278,7 @@ void undump_luac_registers(void);
void luacstring_start(int n);
void luacstring_close(int n);
int luacstring_cattable(void);
-int luacstring_input(void);
+int luacstring_input(halfword *n);
int luacstring_partial(void);
int luacstring_final_line(void);
@@ -293,6 +294,7 @@ void flush_loggable_info(void);
/* lua/luastuff.w */
void luafunctioncall(int slot);
+void luabytecodecall(int slot);
/* lua/luastuff.c */
void luatokencall(int p, int nameptr);