luadebug.h' content now is included in lua.h'

This commit is contained in:
Roberto Ierusalimschy
2002-08-06 15:01:50 -03:00
parent d3dd337fca
commit 2e38c6ae5a
12 changed files with 63 additions and 80 deletions

View File

@@ -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)