added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
11
ldebug.c
11
ldebug.c
@@ -1,18 +1,19 @@
|
||||
/*
|
||||
** $Id: ldebug.c,v 2.101 2014/10/17 16:28:21 roberto Exp roberto $
|
||||
** $Id: ldebug.c,v 2.102 2014/10/25 11:50:46 roberto Exp roberto $
|
||||
** Debug Interface
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define ldebug_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define ldebug_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "lapi.h"
|
||||
|
||||
Reference in New Issue
Block a user