summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/lstatslib.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/lstatslib.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/lstatslib.c b/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
index f3866f4878f..1f264cd55bb 100644
--- a/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
@@ -19,6 +19,7 @@
#include "luatex-api.h"
#include <ptexlib.h>
+#include "inc-extra.h"
static const char _svn_version[] =
@@ -30,8 +31,6 @@ typedef struct statistic {
void *value;
} statistic;
-extern void lua_nodelib_push_fast(lua_State * L, halfword n);
-
typedef const char *(*charfunc) (void);
typedef integer(*intfunc) (void);
@@ -61,12 +60,7 @@ static char *luatexrevision(void)
return makecstring(get_luatexrevision());
}
-extern int luabytecode_max;
-extern int luabytecode_bytes;
static int luastate_max = 1; /* fixed value */
-extern int luastate_bytes;
-extern int callback_count;
-extern int saved_callback_count;
static struct statistic stats[] = {
{"pdf_gone", 'g', &pdf_gone},