aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/liolib.c b/liolib.c
index 21305b8c..3dc509bd 100644
--- a/liolib.c
+++ b/liolib.c
@@ -743,6 +743,7 @@ static const luaL_Reg flib[] = {
743 {"setvbuf", f_setvbuf}, 743 {"setvbuf", f_setvbuf},
744 {"write", f_write}, 744 {"write", f_write},
745 {"__gc", f_gc}, 745 {"__gc", f_gc},
746 {"__close", f_gc},
746 {"__tostring", f_tostring}, 747 {"__tostring", f_tostring},
747 {NULL, NULL} 748 {NULL, NULL}
748}; 749};