mirror of https://github.com/rusefi/lua.git
must include a definition for NULL
This commit is contained in:
parent
3afe85b2ce
commit
c929376d59
4
ldebug.c
4
ldebug.c
|
@ -1,10 +1,12 @@
|
||||||
/*
|
/*
|
||||||
** $Id: ldebug.c,v 1.7 2000/01/28 16:53:00 roberto Exp roberto $
|
** $Id: ldebug.c,v 1.8 2000/02/11 16:52:54 roberto Exp roberto $
|
||||||
** Debug Interface
|
** Debug Interface
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define LUA_REENTRANT
|
#define LUA_REENTRANT
|
||||||
|
|
||||||
#include "lapi.h"
|
#include "lapi.h"
|
||||||
|
|
Loading…
Reference in New Issue