~ chicken-core (chicken-5) 1cd83685cb3512844a242b52b89506e1573d3104
commit 1cd83685cb3512844a242b52b89506e1573d3104 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Jul 15 14:50:22 2015 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Jul 15 14:50:22 2015 +0200 Changed argcount limit in manual diff --git a/manual/Deviations from the standard b/manual/Deviations from the standard index 3be8e714..d70501df 100644 --- a/manual/Deviations from the standard +++ b/manual/Deviations from the standard @@ -7,11 +7,10 @@ Identifiers are by default case-sensitive (see [[Using the compiler]]). === Number of arguments to procedures and macros The maximal number of arguments that may be passed to a -compiled procedure or macro is limited to 120 (1000 on some -common hardware platforms like x86). +compiled procedure or macro is limited to around 1000. Likewise, the maximum number of values that can be passed to continuations captured using {{call-with-current-continuation}} -is 120. This is an implementation restriction that is unlikely +is 1000. This is an implementation restriction that is unlikely to be lifted.Trap