1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00

must include a definition for NULL

This commit is contained in:
Roberto Ierusalimschy 2000-02-17 16:30:36 -02:00
parent 3afe85b2ce
commit c929376d59

View File

@ -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
** See Copyright Notice in lua.h
*/
#include <stdlib.h>
#define LUA_REENTRANT
#include "lapi.h"