Changeset

12591:494577d883ff

util.table: Fix inaccurate comment Probably a duplicate of the comment next to Lmove, recorded by mistake Lpack can probably be removed at some point in the near future once we are confident it is not used anywhere.
author Kim Alvefur <zash@zash.se>
date Mon, 11 Jul 2022 20:02:10 +0200
parents 12590:5eaf77114fdb
children 12594:29685403be32
files util-src/table.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util-src/table.c	Mon Jul 11 19:15:24 2022 +0200
+++ b/util-src/table.c	Mon Jul 11 20:02:10 2022 +0200
@@ -11,7 +11,7 @@
 	return 1;
 }
 
-/* COMPAT: w/ Lua pre-5.4 */
+/* COMPAT: w/ Lua pre-5.2 */
 static int Lpack(lua_State *L) {
 	unsigned int n_args = lua_gettop(L);
 	lua_createtable(L, n_args, 1);