blob: 07210f85f99c897a85be3a5cf4f39c494eeba32c [file] [log] [blame]
/*
** $Id: $
** Built-in functions
** See Copyright Notice in lua.h
*/
#ifndef lbuiltin_h
#define lbuiltin_h
void luaB_predefine (void);
#endif