author | Camm Maguire <camm@debian.org> | 2003年06月02日 17:23:52 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年06月02日 17:23:52 +0000 |
commit | 1e36748d0bda9197145475b6cc4f08e541f7b49c (patch) | |
tree | e2910bd509a2739b2f6adc0dd1aee822bfc539ab | |
parent | 72d71d2168230e01cb3bea3f9b1b2a69b4d48e9b (diff) | |
download | gcl-unlabeled-1.2.12.1.2.1.2.tar.gz |
-rwxr-xr-x | gcl/info/si-defs.texi | 11 |
diff --git a/gcl/info/si-defs.texi b/gcl/info/si-defs.texi index be73bae73..73ec414c6 100755 --- a/gcl/info/si-defs.texi +++ b/gcl/info/si-defs.texi @@ -902,17 +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 |