From 287b302acb8d925178e9edb800f0a8d18c7d35f6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 Sep 2020 10:18:01 -0300 Subject: Revision of stackless implementation - more organized handling of 'nCcalls' - comments - deprecation of 'setcstacklimit' --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all') diff --git a/all b/all index 2a8cb92f..039f6095 100755 --- a/all +++ b/all @@ -1,7 +1,7 @@ make -s -j cd testes/libs; make -s cd .. # back to directory 'testes' -ulimit -S -s 2000 +ulimit -S -s 1000 if { ../lua -W all.lua; } then echo -e "\n\n final OK!!!!\n\n" else -- cgit v1.2.3-55-g6feb