diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -773,7 +773,7 @@ static const luaL_Reg meth[] = { | |||
773 | ** metamethods for file handles | 773 | ** metamethods for file handles |
774 | */ | 774 | */ |
775 | static const luaL_Reg metameth[] = { | 775 | static const luaL_Reg metameth[] = { |
776 | {"__index", NULL}, /* place holder */ | 776 | {"__index", NULL}, /* placeholder */ |
777 | {"__gc", f_gc}, | 777 | {"__gc", f_gc}, |
778 | {"__close", f_gc}, | 778 | {"__close", f_gc}, |
779 | {"__tostring", f_tostring}, | 779 | {"__tostring", f_tostring}, |