Extends the current stack.
Note: Implemented in LispWorks for UNIX and LispWorks for Macintosh only (not LispWorks for Linux or LispWorks for Windows).
hcl
extend-current-stack &optional how-much => size
how-much
What percentage the stack should be extended by. The default is 50.
size
The new size of the stack, after extending.
Extend the current stack by the given percentage.
To double the size of the current stack:
(hcl:extend-current-stack 100)