diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 76ef2fb661c..da1855d6bab 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -381,7 +381,9 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 381 | Lisp_Object *stack_lim = top + stack_items; | 381 | Lisp_Object *stack_lim = top + stack_items; |
| 382 | unsigned char const *bytestr_data = SDATA (bytestr); | 382 | unsigned char const *bytestr_data = SDATA (bytestr); |
| 383 | unsigned char const *pc = bytestr_data; | 383 | unsigned char const *pc = bytestr_data; |
| 384 | #if BYTE_CODE_SAFE || !defined NDEBUG | ||
| 384 | ptrdiff_t count = SPECPDL_INDEX (); | 385 | ptrdiff_t count = SPECPDL_INDEX (); |
| 386 | #endif | ||
| 385 | 387 | ||
| 386 | /* ARGS_TEMPLATE is composed of bit fields: | 388 | /* ARGS_TEMPLATE is composed of bit fields: |
| 387 | bits 0..6 minimum number of arguments | 389 | bits 0..6 minimum number of arguments |