From 045decaffaaf02deb3f8d95d16c8bfdabeb17b9a Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 2 Oct 2008 12:37:16 +0200 Subject: [PATCH] Larger pointer size and thus larger stack limits --- src/h/external.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/h/external.h b/src/h/external.h index 82d98a36e..2c4ecf0bf 100644 --- a/src/h/external.h +++ b/src/h/external.h @@ -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. */