aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltm.c b/ltm.c
index a6f39155..1cb7647f 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.44 2000/08/04 19:38:35 roberto Exp roberto $ 2** $Id: ltm.c,v 1.45 2000/08/07 20:21:34 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -8,8 +8,6 @@
8#include <stdio.h> 8#include <stdio.h>
9#include <string.h> 9#include <string.h>
10 10
11#define LUA_REENTRANT
12
13#include "lua.h" 11#include "lua.h"
14 12
15#include "lauxlib.h" 13#include "lauxlib.h"