added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
ltable.c
10
ltable.c
@@ -1,9 +1,14 @@
|
||||
/*
|
||||
** $Id: ltable.c,v 2.97 2014/10/24 11:42:06 roberto Exp roberto $
|
||||
** $Id: ltable.c,v 2.98 2014/10/25 11:50:46 roberto Exp roberto $
|
||||
** Lua tables (hash)
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define ltable_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
/*
|
||||
** Implementation of tables (aka arrays, objects, or hash tables).
|
||||
@@ -23,9 +28,6 @@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define ltable_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "ldebug.h"
|
||||
|
||||
Reference in New Issue
Block a user