summaryrefslogtreecommitdiff
path: root/ldebug.h
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 /ldebug.h
parentd3dd337fcaf286c83103e283b72b6ef52d837ba3 (diff)
downloadlua-github-2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8.tar.gz
`luadebug.h' content now is included in `lua.h'
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldebug.h b/ldebug.h
index c6cccd8c..19a96be4 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
/*
-** $Id: ldebug.h,v 1.26 2002/08/05 14:51:21 roberto Exp roberto $
+** $Id: ldebug.h,v 1.27 2002/08/06 15:32:22 roberto Exp roberto $
** Auxiliary functions from Debug Interface module
** See Copyright Notice in lua.h
*/
@@ -9,7 +9,6 @@
#include "lstate.h"
-#include "luadebug.h"
#define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1)