beta-0.89.2
[luatex.git] / source / libs / luajit / LuaJIT-src / src / lj_bc.c
bloba8f444c26e147ad50c68f83716f4aa87b5785730
1 /*
2 ** Bytecode instruction modes.
3 ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
4 */
6 #define lj_bc_c
7 #define LUA_CORE
9 #include "lj_obj.h"
10 #include "lj_bc.h"
12 /* Bytecode offsets and bytecode instruction modes. */
13 #include "lj_bcdef.h"