From 54b47307ce4b2e21bc12c1602c77fecf55380452 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 17 Jun 2024 18:16:46 +0200 Subject: Foolproofed config.allocator when it is a function --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 4fdc6f3..c9058fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -293,7 +293,7 @@
-
	struct { lua_Alloc allocF; void* allocUD; }
+
	struct { uintptr_t version { AllocatorDefinition::kAllocatorVersion }; lua_Alloc allocF; void* allocUD; }
-- cgit v1.2.3-55-g6feb