@ -26,6 +26,9 @@
#include "lauxlib.h"
#if defined(ARDUPILOT_BUILD)
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
/*
** {======================================================
@ -20,6 +20,9 @@
#include "lualib.h"
#pragma GCC diagnostic ignored "-Wunused-function"
static int luaB_print (lua_State *L) {
int n = lua_gettop(L); /* number of arguments */
@ -7,6 +7,10 @@
#define lcode_c
#define LUA_CORE
#include "lprefix.h"
@ -22,7 +22,9 @@
@ -18,6 +18,10 @@
#undef PI
#define PI (l_mathop(3.141592653589793238462643383279502884))
@ -24,6 +24,10 @@
** maximum number of captures that a pattern can do during
#define ltable_c
@ -4,6 +4,10 @@
** See Copyright Notice in lua.h
*/
#define lundump_c
#define lvm_c
#include <float.h>
@ -1320,3 +1324,4 @@ void luaV_execute (lua_State *L) {
/* }================================================================== */