/*
** Function handling (prototypes, functions and upvalues).
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
*/
/* Prototypes. */
LJ_FUNC void LJ_FASTCALL ;
/* Upvalues. */
LJ_FUNCA void LJ_FASTCALL ;
LJ_FUNC void LJ_FASTCALL ;
/* Functions (closures). */
LJ_FUNC GCfunc *;
LJ_FUNC GCfunc *;
LJ_FUNCA GCfunc *;
LJ_FUNC void LJ_FASTCALL ;