From 1ba8eec18915f479a6a4e55bcc9c3a3d6a9721ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 15 Oct 2020 10:38:58 +0800 Subject: =?UTF-8?q?debug.setcstacklimit=20=E5=B7=B2=E5=BA=9F=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en-US/libs/@lua/debug.lni | 2 ++ 1 file changed, 2 insertions(+) (limited to 'locale/en-US') diff --git a/locale/en-US/libs/@lua/debug.lni b/locale/en-US/libs/@lua/debug.lni index 97ecd97d..f3272c7f 100644 --- a/locale/en-US/libs/@lua/debug.lni +++ b/locale/en-US/libs/@lua/debug.lni @@ -96,6 +96,8 @@ to the userdata `u` plus a boolean, [setcstacklimit] description = [[ +### **Deprecated in `Lua 5.4.2`** + Sets a new limit for the C stack. This limit controls how deeply nested calls can go in Lua, with the intent of avoiding a stack overflow. In case of success, this function returns the old limit. In case of error, it returns `false`. -- cgit v1.2.3