summaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-06 15:01:50 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-06 15:01:50 -0300
commit2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8 (patch)
treecab4a74aba7ce8d38193f0bd2cc6f5e06b5b5690 /ltests.c
parentd3dd337fcaf286c83103e283b72b6ef52d837ba3 (diff)
downloadlua-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.tar.gz
lua-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.tar.bz2
lua-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.zip
`luadebug.h' content now is included in `lua.h'
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltests.c b/ltests.c
index dcef65c3..cb11b4e1 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 1.131 2002/08/05 14:10:10 roberto Exp roberto $ 2** $Id: ltests.c,v 1.132 2002/08/06 15:32:22 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -25,7 +25,6 @@
25#include "lstate.h" 25#include "lstate.h"
26#include "lstring.h" 26#include "lstring.h"
27#include "ltable.h" 27#include "ltable.h"
28#include "luadebug.h"
29#include "lualib.h" 28#include "lualib.h"
30 29
31 30