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
1 changed files with 3 additions and 1 deletions

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"