aboutsummaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ldebug.c b/ldebug.c
index 722508f7..da473b08 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,10 +1,12 @@
1/* 1/*
2** $Id: ldebug.c,v 1.7 2000/01/28 16:53:00 roberto Exp roberto $ 2** $Id: ldebug.c,v 1.8 2000/02/11 16:52:54 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*/
6 6
7 7
8#include <stdlib.h>
9
8#define LUA_REENTRANT 10#define LUA_REENTRANT
9 11
10#include "lapi.h" 12#include "lapi.h"