summaryrefslogtreecommitdiff
path: root/lfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lfunc.c')
-rw-r--r--lfunc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lfunc.c b/lfunc.c
index 9b8d83f2..9e8d3a67 100644
--- a/lfunc.c
+++ b/lfunc.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lfunc.c,v 1.27 2000/08/08 18:26:05 roberto Exp roberto $ 2** $Id: lfunc.c,v 1.28 2000/08/08 20:42:07 roberto Exp roberto $
3** Auxiliary functions to manipulate prototypes and closures 3** Auxiliary functions to manipulate prototypes and closures
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,8 +7,6 @@
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#define LUA_REENTRANT
11
12#include "lua.h" 10#include "lua.h"
13 11
14#include "lfunc.h" 12#include "lfunc.h"