/* ** LuaJIT common internal definitions. ** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h */ #ifndef RAVI_DEF_H #define RAVI_DEF_H #include "lua.h" #include /* Needed everywhere. */ #include #include /* Various macros. */ #ifndef UNUSED #define UNUSED(x) ((void)(x)) /* to avoid warnings */ #endif #endif