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. */