Moved luajit to separate repository

This commit is contained in:
2020-11-13 00:41:03 -05:00
parent 1be7ead12e
commit 0c723bf17d
221 changed files with 3 additions and 139922 deletions

View File

@@ -1,14 +0,0 @@
/*
** Bytecode instruction modes.
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
*/
#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"