~ chicken-core (chicken-5) b4ece07007a532311e09a2bcbe099d09f3eff85d


commit b4ece07007a532311e09a2bcbe099d09f3eff85d
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Aug 22 18:12:24 2015 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Aug 22 19:37:26 2015 +0200

    Changed argcount limit in manual

diff --git a/manual/Deviations from the standard b/manual/Deviations from the standard
index 65dd11c6..c688e223 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