summaryrefslogtreecommitdiff
path: root/lfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lfunc.c')
-rw-r--r--lfunc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lfunc.c b/lfunc.c
index 04dfca60..c088cfa0 100644
--- a/lfunc.c
+++ b/lfunc.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lfunc.c,v 2.2 2004/02/16 19:09:52 roberto Exp roberto $ 2** $Id: lfunc.c,v 2.3 2004/03/15 21:04:33 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*/
@@ -8,6 +8,7 @@
8#include <stddef.h> 8#include <stddef.h>
9 9
10#define lfunc_c 10#define lfunc_c
11#define LUA_CORE
11 12
12#include "lua.h" 13#include "lua.h"
13 14