-rwxr-xr-x | gcl/info/si-defs.texi | 11 |
diff --git a/gcl/info/si-defs.texi b/gcl/info/si-defs.texi index 73ec414c6..be73bae73 100755 --- a/gcl/info/si-defs.texi +++ b/gcl/info/si-defs.texi @@ -902,6 +902,17 @@ for starting up an alternate top level loop. @end defvar +@defun MULTIPLY-BIGNUM-STACK (n) +Package:SI + +Increase the internal bignum stack by a factor of N. Normally space on this +stack is recovered after each complete lisp expression is evaluated. However +if you are dealing with large integers, you may need to use this function +to increase the stack. + + + +@end defun @defun RUN-PROCESS (string arglist) Package:SI |