diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-02-17 16:30:36 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-02-17 16:30:36 -0200 |
commit | c929376d59daa027bbe340ac3a50794592621e88 (patch) | |
tree | ab085a85465042ce4ac0b96a0dec15b6e33779ef | |
parent | 3afe85b2ce9ffdc8eca819ddc1c05414701606fd (diff) | |
download | lua-c929376d59daa027bbe340ac3a50794592621e88.tar.gz lua-c929376d59daa027bbe340ac3a50794592621e88.tar.bz2 lua-c929376d59daa027bbe340ac3a50794592621e88.zip |
must include a definition for NULL
-rw-r--r-- | ldebug.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.c,v 1.7 2000/01/28 16:53:00 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 1.8 2000/02/11 16:52:54 roberto Exp roberto $ |
3 | ** Debug Interface | 3 | ** Debug Interface |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <stdlib.h> | ||
9 | |||
8 | #define LUA_REENTRANT | 10 | #define LUA_REENTRANT |
9 | 11 | ||
10 | #include "lapi.h" | 12 | #include "lapi.h" |