* bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
This commit is contained in:
@@ -444,7 +444,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
|
||||
/* Lisp_Object v1, v2; */
|
||||
Lisp_Object *vectorp;
|
||||
#ifdef BYTE_CODE_SAFE
|
||||
int const_length;
|
||||
ptrdiff_t const_length;
|
||||
Lisp_Object *stacke;
|
||||
int bytestr_length;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user