author | Camm Maguire <camm@debian.org> | 2003年06月02日 14:43:37 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年06月02日 14:43:37 +0000 |
commit | 8643d735b68cc5b0053371b17bd703a45f1fc9dc (patch) | |
tree | e2910bd509a2739b2f6adc0dd1aee822bfc539ab | |
parent | ff33354b544872081d0da3cc16297ce52bb9d36d (diff) | |
download | gcl-8643d735b68cc5b0053371b17bd703a45f1fc9dc.tar.gz |
-rwxr-xr-x | gcl/info/si-defs.texi | 12 |
diff --git a/gcl/info/si-defs.texi b/gcl/info/si-defs.texi index f64d29ac8..73ec414c6 100755 --- a/gcl/info/si-defs.texi +++ b/gcl/info/si-defs.texi @@ -902,18 +902,6 @@ 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 |