summaryrefslogtreecommitdiff
path: root/lfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lfunc.c')
-rw-r--r--lfunc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lfunc.c b/lfunc.c
index feb5f29a..bb8a48c2 100644
--- a/lfunc.c
+++ b/lfunc.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lfunc.c,v 1.62 2002/11/13 11:31:39 roberto Exp roberto $ 2** $Id: lfunc.c,v 1.63 2002/11/14 16:15:53 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,6 +7,8 @@
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#define lfunc_c
11
10#include "lua.h" 12#include "lua.h"
11 13
12#include "lfunc.h" 14#include "lfunc.h"