added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
lmem.c
10
lmem.c
@@ -1,15 +1,17 @@
|
||||
/*
|
||||
** $Id: lmem.c,v 1.86 2014/07/15 21:26:50 roberto Exp roberto $
|
||||
** $Id: lmem.c,v 1.87 2014/10/25 11:50:46 roberto Exp roberto $
|
||||
** Interface to Memory Manager
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#define lmem_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "ldebug.h"
|
||||
|
||||
Reference in New Issue
Block a user