diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-06 15:01:50 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-06 15:01:50 -0300 |
commit | 2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8 (patch) | |
tree | cab4a74aba7ce8d38193f0bd2cc6f5e06b5b5690 /lauxlib.c | |
parent | d3dd337fcaf286c83103e283b72b6ef52d837ba3 (diff) | |
download | lua-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.tar.gz lua-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.tar.bz2 lua-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.zip |
`luadebug.h' content now is included in `lua.h'
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.c,v 1.80 2002/08/06 15:32:22 roberto Exp roberto $ | 2 | ** $Id: lauxlib.c,v 1.81 2002/08/06 17:26:45 roberto Exp roberto $ |
3 | ** Auxiliary functions for building Lua libraries | 3 | ** Auxiliary functions for building Lua libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -23,7 +23,6 @@ | |||
23 | #include "lua.h" | 23 | #include "lua.h" |
24 | 24 | ||
25 | #include "lauxlib.h" | 25 | #include "lauxlib.h" |
26 | #include "luadebug.h" | ||
27 | 26 | ||
28 | 27 | ||
29 | /* | 28 | /* |