aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/ldblib.c
Commit message (Collapse)AuthorAge
* Update embedded Lua to 5.1.5 (#7387)sfan52018-05-30
|
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot2017-04-02
instead of src/ (#5473) * Update embedded jsoncpp from unk version to 0.10.6 0.10.6 is last release without c++11 * Make jsoncpp more compliant with its amalgamate Jsoncpp cpp file should be upper, make the library like it does in amalgamate * Reorganization: move minetest embedded libs outside of source tree to /lib * Fix a dead grep in LINT
="hl com">GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MT_CPP11_HEADER #define MT_CPP11_HEADER #if __cplusplus < 201103L || (defined(_MSC_VER) && _MSC_VER < 1600) #define USE_CPP11_FAKE_KEYWORD #endif #ifdef USE_CPP11_FAKE_KEYWORD #define constexpr const #define nullptr NULL #endif #endif