summaryrefslogtreecommitdiff
path: root/lbuiltin.h
blob: 07210f85f99c897a85be3a5cf4f39c494eeba32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
** $Id: $
** Built-in functions
** See Copyright Notice in lua.h
*/

#ifndef lbuiltin_h
#define lbuiltin_h


void luaB_predefine (void);


#endif