aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
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 @@
1/* 1/*
2** $Id: ldebug.h,v 1.26 2002/08/05 14:51:21 roberto Exp roberto $ 2** $Id: ldebug.h,v 1.27 2002/08/06 15:32:22 roberto Exp roberto $
3** Auxiliary functions from Debug Interface module 3** Auxiliary functions from Debug Interface module
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,7 +9,6 @@
9 9
10 10
11#include "lstate.h" 11#include "lstate.h"
12#include "luadebug.h"
13 12
14 13
15#define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) 14#define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1)