summaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldebug.c b/ldebug.c
index e693f105..3a1509f0 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.c,v 2.2 2004/02/20 16:01:05 roberto Exp roberto $ 2** $Id: ldebug.c,v 2.3 2004/03/23 13:10:16 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,6 +11,7 @@
11 11
12 12
13#define ldebug_c 13#define ldebug_c
14#define LUA_CORE
14 15
15#include "lua.h" 16#include "lua.h"
16 17