aboutsummaryrefslogtreecommitdiff
path: root/lbuiltin.c
diff options
context:
space:
mode:
Diffstat (limited to 'lbuiltin.c')
-rw-r--r--lbuiltin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lbuiltin.c b/lbuiltin.c
index 2a2ed4d8..0acb19cb 100644
--- a/lbuiltin.c
+++ b/lbuiltin.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lbuiltin.c,v 1.19 1997/12/18 18:32:39 roberto Exp roberto $ 2** $Id: lbuiltin.c,v 1.20 1997/12/30 17:57:45 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*/
@@ -464,7 +464,7 @@ static void testC (void)
464** Internal functions 464** Internal functions
465*/ 465*/
466static struct luaL_reg int_funcs[] = { 466static struct luaL_reg int_funcs[] = {
467#if LUA_COMPAT2_5 467#ifdef LUA_COMPAT2_5
468 {"setfallback", luaT_setfallback}, 468 {"setfallback", luaT_setfallback},
469#endif 469#endif
470#ifdef DEBUG 470#ifdef DEBUG