aboutsummaryrefslogtreecommitdiff
path: root/lbuiltin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lbuiltin.h')
-rw-r--r--lbuiltin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lbuiltin.h b/lbuiltin.h
index 07210f85..6a4915d0 100644
--- a/lbuiltin.h
+++ b/lbuiltin.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: $ 2** $Id: lbuiltin.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
3** Built-in functions 3** Built-in functions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,8 +7,9 @@
7#ifndef lbuiltin_h 7#ifndef lbuiltin_h
8#define lbuiltin_h 8#define lbuiltin_h
9 9
10#include "lua.h"
10 11
11void luaB_predefine (void); 12void luaB_predefine (lua_State *L);
12 13
13 14
14#endif 15#endif