Aegisub/vendor/luajit/src/lj_bc.c

15 lines
261 B
C
Raw Normal View History

2014-04-28 04:45:14 +02:00
/*
** Bytecode instruction modes.
2018-05-12 08:58:15 +02:00
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
2014-04-28 04:45:14 +02:00
*/
#define lj_bc_c
#define LUA_CORE
#include "lj_obj.h"
#include "lj_bc.h"
/* Bytecode offsets and bytecode instruction modes. */
#include "lj_bcdef.h"