src/lj_bc.c - luajit-2.0-src

Macros defined

Source code

  1. /*
  2. ** Bytecode instruction modes.
  3. ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
  4. */

  5. #define lj_bc_c
  6. #define LUA_CORE

  7. #include "lj_obj.h"
  8. #include "lj_bc.h"

  9. /* Bytecode offsets and bytecode instruction modes. */
  10. #include "lj_bcdef.h"