mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
Update LuaJIT to the latest 2.1.0 source (1d8b747)
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
/*
|
||||
** LuaJIT core and libraries amalgamation.
|
||||
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
/*
|
||||
+--------------------------------------------------------------------------+
|
||||
| WARNING: Compiling the amalgamation needs a lot of virtual memory |
|
||||
| (around 300 MB with GCC 4.x)! If you don't have enough physical memory |
|
||||
| your machine will start swapping to disk and the compile will not finish |
|
||||
| within a reasonable amount of time. |
|
||||
| So either compile on a bigger machine or use the non-amalgamated build. |
|
||||
+--------------------------------------------------------------------------+
|
||||
** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
#define ljamalg_c
|
||||
@@ -28,6 +18,7 @@
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#include "lj_assert.c"
|
||||
#include "lj_gc.c"
|
||||
#include "lj_err.c"
|
||||
#include "lj_char.c"
|
||||
@@ -40,6 +31,7 @@
|
||||
#include "lj_udata.c"
|
||||
#include "lj_meta.c"
|
||||
#include "lj_debug.c"
|
||||
#include "lj_prng.c"
|
||||
#include "lj_state.c"
|
||||
#include "lj_dispatch.c"
|
||||
#include "lj_vmevent.c"
|
||||
|
||||
Reference in New Issue
Block a user