mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
Update LuaJIT to the latest 2.1.0 source (f3c8569)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
** LuaJIT core and libraries amalgamation.
|
||||
** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
|
||||
** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
#define ljamalg_c
|
||||
@@ -39,6 +39,7 @@
|
||||
#include "lj_strscan.c"
|
||||
#include "lj_strfmt.c"
|
||||
#include "lj_strfmt_num.c"
|
||||
#include "lj_serialize.c"
|
||||
#include "lj_api.c"
|
||||
#include "lj_profile.c"
|
||||
#include "lj_lex.c"
|
||||
@@ -85,5 +86,6 @@
|
||||
#include "lib_bit.c"
|
||||
#include "lib_jit.c"
|
||||
#include "lib_ffi.c"
|
||||
#include "lib_buffer.c"
|
||||
#include "lib_init.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user