mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
Larger pointer size and thus larger stack limits
This commit is contained in:
parent
7e7bd0fbb4
commit
045decaffa
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ struct cl_env_struct {
|
|||
* memory. They will eventually disappear, because most operating
|
||||
* systems already take care of this.
|
||||
*/
|
||||
int *cs_org;
|
||||
int *cs_limit;
|
||||
cl_fixnum *cs_org;
|
||||
cl_fixnum *cs_limit;
|
||||
cl_index cs_size;
|
||||
|
||||
/* Array where values are returned by functions. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue