From 2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 6 Aug 2002 15:01:50 -0300 Subject: `luadebug.h' content now is included in `lua.h' --- ldebug.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldebug.h') 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) -- cgit v1.2.3-55-g6feb