aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index adc9352fb6e..58b26c79b84 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -444,7 +444,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
444 /* Lisp_Object v1, v2; */ 444 /* Lisp_Object v1, v2; */
445 Lisp_Object *vectorp; 445 Lisp_Object *vectorp;
446#ifdef BYTE_CODE_SAFE 446#ifdef BYTE_CODE_SAFE
447 int const_length; 447 ptrdiff_t const_length;
448 Lisp_Object *stacke; 448 Lisp_Object *stacke;
449 int bytestr_length; 449 int bytestr_length;
450#endif 450#endif